libfontenc: modernize.
This commit is contained in:
parent
0539333d31
commit
5e43c41a13
1 changed files with 5 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libfontenc'.
|
# Template build file for 'libfontenc'.
|
||||||
pkgname=libfontenc
|
pkgname=libfontenc
|
||||||
version=1.1.2
|
version=1.1.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-fontrootdir=/usr/share/fonts/X11"
|
configure_args="--with-fontrootdir=/usr/share/fonts/X11"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -14,17 +14,12 @@ distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
checksum=a9a4efed3359b2e80161bb66b65038fac145137fa134e71335264cbc23b02f62
|
checksum=a9a4efed3359b2e80161bb66b65038fac145137fa134e71335264cbc23b02f62
|
||||||
|
|
||||||
libfontenc-devel_package() {
|
libfontenc-devel_package() {
|
||||||
depends="xproto zlib-devel libfontenc>=${version}"
|
depends="xproto zlib-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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libfontenc_package() {
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue