mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
libxkbfile: modernize.
This commit is contained in:
parent
eb69920f53
commit
cc9eb9736d
1 changed files with 4 additions and 3 deletions
|
@ -1,22 +1,23 @@
|
||||||
# Template build for 'libxkbfile'.
|
# Template build for 'libxkbfile'.
|
||||||
pkgname=libxkbfile
|
pkgname=libxkbfile
|
||||||
version=1.0.8
|
version=1.0.8
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xproto xextproto libX11-devel"
|
makedepends="xproto xextproto libX11-devel"
|
||||||
short_desc="The xkbfile Library from modular X.org"
|
short_desc="The xkbfile Library from X.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="${XORG_SITE}"
|
homepage="${XORG_SITE}"
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
checksum=8aa94e19c537c43558f30906650cea6e15fa012591445d9f927658c3b32a8f3a
|
checksum=8aa94e19c537c43558f30906650cea6e15fa012591445d9f927658c3b32a8f3a
|
||||||
|
|
||||||
libxkbfile-devel_package() {
|
libxkbfile-devel_package() {
|
||||||
depends="kbproto libX11-devel libxkbfile>=${version}"
|
depends="kbproto libX11-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue