miniupnpc: cross build and dbg support.
This commit is contained in:
parent
bb62580975
commit
2c01d461a7
2 changed files with 3 additions and 6 deletions
|
@ -1,10 +1,7 @@
|
||||||
# Template file for 'isl-devel'.
|
# Template file for 'miniupnpc-devel'.
|
||||||
#
|
#
|
||||||
depends="miniupnpc>=$version"
|
depends="${sourcepkg}>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'miniupnpc'
|
# Template file for 'miniupnpc'
|
||||||
pkgname=miniupnpc
|
pkgname=miniupnpc
|
||||||
version=1.6
|
version=1.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
make_install_args="PREFIX=${XBPS_DESTDIR}/${pkgname}-${version}"
|
make_install_args="PREFIX=${XBPS_DESTDIR}/${pkgname}-${version}"
|
||||||
|
|
Loading…
Reference in a new issue