27 lines
705 B
Text
27 lines
705 B
Text
# Template file for 'miniupnpc'
|
|
pkgname=miniupnpc
|
|
version=1.9
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="A small UPnP client library/tool to access Internet Gateway Devices"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://miniupnp.free.fr"
|
|
license="BSD"
|
|
distfiles="http://miniupnp.free.fr/files/$pkgname-$version.tar.gz"
|
|
checksum=2923e453e880bb949e3d4da9f83dd3cb6f08946d35de0b864d0339cf70934464
|
|
|
|
do_install() {
|
|
make PREFIX=${DESTDIR} install
|
|
vlicense LICENSE
|
|
}
|
|
|
|
miniupnpc-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share/man/man3
|
|
}
|
|
}
|