libXi: cross build and dbg support.
This commit is contained in:
parent
5dcb5bcd50
commit
4034462a75
2 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
||||||
#
|
#
|
||||||
depends="inputproto libX11-devel libXext-devel libXi>=${version}"
|
depends="inputproto libX11-devel libXext-devel libXi>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/share usr
|
vmove usr/share usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
vmove "usr/lib/*.a" usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template build file for 'libXi'.
|
# Template build file for 'libXi'.
|
||||||
pkgname=libXi
|
pkgname=libXi
|
||||||
version=1.6.2
|
version=1.6.2
|
||||||
revision=1
|
revision=2
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
makedepends="pkg-config inputproto>=2.2 libXext-devel xmlto"
|
||||||
makedepends="pkg-config inputproto>=2.2 libX11-devel libXext-devel xmlto"
|
crossmakedepends="inputproto>=2.2 libXext-devel"
|
||||||
short_desc="X Input extension library"
|
short_desc="X Input extension library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Reference in a new issue