From bb5a448dbba51a911d08146a0e18477a0f2bff19 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 27 Mar 2009 06:54:19 +0100 Subject: [PATCH] Added libXfontcache-1.0.4 template. --HG-- extra : convert_revision : a5a4079bd5816216be818680a2c13ac44dd488d1 --- templates/libXfontcache-devel | 1 + templates/libXfontcache/depends | 2 ++ templates/libXfontcache/devel.template | 17 +++++++++++++++++ templates/libXfontcache/template | 21 +++++++++++++++++++++ 4 files changed, 41 insertions(+) create mode 120000 templates/libXfontcache-devel create mode 100644 templates/libXfontcache/depends create mode 100644 templates/libXfontcache/devel.template create mode 100644 templates/libXfontcache/template diff --git a/templates/libXfontcache-devel b/templates/libXfontcache-devel new file mode 120000 index 0000000000..515a1a9705 --- /dev/null +++ b/templates/libXfontcache-devel @@ -0,0 +1 @@ +libXfontcache \ No newline at end of file diff --git a/templates/libXfontcache/depends b/templates/libXfontcache/depends new file mode 100644 index 0000000000..9dbd85baa2 --- /dev/null +++ b/templates/libXfontcache/depends @@ -0,0 +1,2 @@ +abi_depends=1.0.4 +api_depends=${abi_depends} diff --git a/templates/libXfontcache/devel.template b/templates/libXfontcache/devel.template new file mode 100644 index 0000000000..67060cfe65 --- /dev/null +++ b/templates/libXfontcache/devel.template @@ -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 +} diff --git a/templates/libXfontcache/template b/templates/libXfontcache/template new file mode 100644 index 0000000000..3aa99d07db --- /dev/null +++ b/templates/libXfontcache/template @@ -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 " +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