Added libXfontcache-1.0.4 template.

--HG--
extra : convert_revision : a5a4079bd5816216be818680a2c13ac44dd488d1
This commit is contained in:
Juan RP 2009-03-27 06:54:19 +01:00
parent f7558e08aa
commit bb5a448dbb
4 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1 @@
libXfontcache

View file

@ -0,0 +1,2 @@
abi_depends=1.0.4
api_depends=${abi_depends}

View file

@ -0,0 +1,17 @@
# Template file for 'libXfontcache-devel'.
#
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run libXfontcache
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
}

View file

@ -0,0 +1,21 @@
# Template build file for 'libXfontcache'.
pkgname=libXfontcache
sourcepkg=$pkgname
version=1.0.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="X-TrueType font cache extension client library "
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ffe747cfbf81cdd862af1b05d021ad1ab83b623eab5b32b0a618efb4c0f3e01c
long_desc="
This package provides the X-TrueType font cache extension client library.
This is from the modular X.org X11 project."
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build xproto
Add_dependency build fontcacheproto
Add_dependency full glibc
Add_dependency full libX11
Add_dependency full libXext