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