libupnp: rebuild to update metadata objs.
This commit is contained in:
parent
db33b16654
commit
8e60c7ceec
1 changed files with 5 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'libupnp'
|
# Template file for 'libupnp'
|
||||||
pkgname=libupnp
|
pkgname=libupnp
|
||||||
version=1.6.19
|
version=1.6.19
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake libtool"
|
||||||
short_desc="A Portable Open Source UPnP Development Kit"
|
short_desc="A Portable Open Source UPnP Development Kit"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
@ -10,12 +11,9 @@ homepage="http://pupnp.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/pupnp/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/pupnp/$pkgname-$version.tar.bz2"
|
||||||
checksum=b3142b39601243b50532eec90f4a27dba85eb86f58d4b849ac94edeb29d9b22a
|
checksum=b3142b39601243b50532eec90f4a27dba85eb86f58d4b849ac94edeb29d9b22a
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
pre_configure() {
|
||||||
hostmakedepends="automake libtool"
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
fi
|
|
||||||
|
|
||||||
libupnp-devel_package() {
|
libupnp-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue