summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxfont/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:46:47 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:46:47 +0100
commitf62ce036a54ba1527989e37b0f3bf3656cc05b6f (patch)
tree8d99585b9dcfa5f446311f9871d7a1747221dd3b /xorg/xorg-libxfont/Pkgfile
parent35199f37bc19043757f4cfdba4bf41f795a1fd97 (diff)
downloadnutyx-pakxe-f62ce036a54ba1527989e37b0f3bf3656cc05b6f.tar.gz
nutyx-pakxe-f62ce036a54ba1527989e37b0f3bf3656cc05b6f.tar.bz2
nutyx-pakxe-f62ce036a54ba1527989e37b0f3bf3656cc05b6f.tar.xz
nutyx-pakxe-f62ce036a54ba1527989e37b0f3bf3656cc05b6f.zip
Ajout de xorg-libxfont#1.4.0-2
Diffstat (limited to 'xorg/xorg-libxfont/Pkgfile')
-rw-r--r--xorg/xorg-libxfont/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-libxfont/Pkgfile b/xorg/xorg-libxfont/Pkgfile
new file mode 100644
index 000000000..cec25d0d4
--- /dev/null
+++ b/xorg/xorg-libxfont/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg lib libXfont
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: freetype, xorg-xproto, xorg-xtrans, xorg-fontsproto, xorg-libfontenc
+
+name=xorg-libxfont
+version=1.4.0
+release=2
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXfont-$version.tar.bz2)
+
+build() {
+ cd libXfont-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}