miniupnpc: unbreak.
This commit is contained in:
parent
6f60d688a4
commit
4f6d321358
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'miniupnpc'
|
# Template file for 'miniupnpc'
|
||||||
pkgname=miniupnpc
|
pkgname=miniupnpc
|
||||||
version=1.9
|
version=1.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
|
||||||
short_desc="A small UPnP client library/tool to access Internet Gateway Devices"
|
short_desc="A small UPnP client library/tool to access Internet Gateway Devices"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://miniupnp.free.fr"
|
homepage="http://miniupnp.free.fr"
|
||||||
|
@ -10,6 +9,9 @@ license="BSD"
|
||||||
distfiles="http://miniupnp.free.fr/files/$pkgname-$version.tar.gz"
|
distfiles="http://miniupnp.free.fr/files/$pkgname-$version.tar.gz"
|
||||||
checksum=2923e453e880bb949e3d4da9f83dd3cb6f08946d35de0b864d0339cf70934464
|
checksum=2923e453e880bb949e3d4da9f83dd3cb6f08946d35de0b864d0339cf70934464
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make CC=$CC
|
||||||
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=${DESTDIR} install
|
make PREFIX=${DESTDIR} install
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue