main/igmpproxy: specify license

This commit is contained in:
Fabian Affolter 2013-12-21 20:13:02 +00:00 committed by Natanael Copa
parent d774d4cecd
commit 2cce7be5fa

View File

@ -2,14 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=igmpproxy
pkgver=0.1
pkgrel=2
pkgdesc="a simple dynamic Multicast Routing Daemon using only IGMP signalling"
pkgrel=3
pkgdesc="A simple dynamic Multicast Routing Daemon using only IGMP signalling"
url="http://sourceforge.net/projects/igmpproxy/"
arch="all"
license="GPL"
license="GPL2+"
depends=""
makedepends=""
install=
install=""
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
@ -21,7 +21,6 @@ prepare() {
build() {
cd "$_builddir"
# our kernel have a patch that changes MAXVIFS
# note that this is ABI incompatible
sed -i -e 's:^#define MAX_MC_VIFS.*:#define MAX_MC_VIFS MAXVIFS:' \
@ -40,10 +39,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
# install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
# install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
make DESTDIR="$pkgdir" install || return 1
}
md5sums="c56f41ec195bc1fe016369bf74efc5a1 igmpproxy-0.1.tar.gz"