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