1 # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
2 # Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
3 # Contributor: sda <sda00@himki.net>
8 pkgdesc="a simple multicast router for Linux only using the IGMP protocol"
10 url="https://github.com/pali/igmpproxy"
13 backup=("etc/igmpproxy.conf")
14 source=("https://github.com/pali/igmpproxy/releases/download/$pkgver/igmpproxy-$pkgver.tar.gz"
16 sha256sums=('afa4b75a823b82f71ce99f33eae4e8136b906ae8a5ede5caaad93bac38cdae24'
17 '9f2eed64578b8bfb3091594cb32b3cd29798ba148d790286429cc6c86b8d423f')
20 cd "$srcdir"/$pkgname-$pkgver
21 ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
26 cd "$srcdir"/$pkgname-$pkgver
27 make DESTDIR="$pkgdir" install
28 install -Dm644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service