miniupnpc: cross build and dbg support.
This commit is contained in:
parent
bb62580975
commit
2c01d461a7
|
@ -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"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'miniupnpc'
|
||||
pkgname=miniupnpc
|
||||
version=1.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
subpackages="$pkgname-devel"
|
||||
make_install_args="PREFIX=${XBPS_DESTDIR}/${pkgname}-${version}"
|
||||
|
|
Loading…
Reference in New Issue