libxkbfile: cross build and dbg support.
This commit is contained in:
parent
a4efb20eed
commit
79f714c04f
2 changed files with 6 additions and 13 deletions
|
@ -1,11 +1,7 @@
|
|||
# Template file for 'libxkbfile-devel'.
|
||||
#
|
||||
depends="kbproto libX11-devel libxkbfile"
|
||||
depends="kbproto libX11-devel libxkbfile>=${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,16 +1,13 @@
|
|||
# Template build for 'libxkbfile'.
|
||||
pkgname=libxkbfile
|
||||
version=1.0.8
|
||||
homepage="${XORG_SITE}"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config xproto xextproto libX11-devel"
|
||||
revision=1
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xproto xextproto libX11-devel"
|
||||
short_desc="The xkbfile Library from modular X.org"
|
||||
license="MIT"
|
||||
homepage="${XORG_SITE}"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=8aa94e19c537c43558f30906650cea6e15fa012591445d9f927658c3b32a8f3a
|
||||
long_desc="
|
||||
The xkbfile library is from the modular X.org X11 project."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
|
Loading…
Reference in a new issue