summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-encodings/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-20 13:39:48 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-20 13:39:48 +0100
commite5f5aefabc2ec5c010d70848cf1737ba7b1184ab (patch)
tree5117b29d53696ad06f025b5f3dcbace68bc16fc5 /xorg/xorg-encodings/Pkgfile
parent8cfeb7330747d169f4541ca8b0d4aa52af504883 (diff)
downloadnutyx-extra-e5f5aefabc2ec5c010d70848cf1737ba7b1184ab.tar.gz
nutyx-extra-e5f5aefabc2ec5c010d70848cf1737ba7b1184ab.tar.bz2
nutyx-extra-e5f5aefabc2ec5c010d70848cf1737ba7b1184ab.tar.xz
nutyx-extra-e5f5aefabc2ec5c010d70848cf1737ba7b1184ab.zip
ajout xorg-encodinds 1.0.4-1
Diffstat (limited to 'xorg/xorg-encodings/Pkgfile')
-rw-r--r--xorg/xorg-encodings/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-encodings/Pkgfile b/xorg/xorg-encodings/Pkgfile
new file mode 100644
index 000000000..3735ba4db
--- /dev/null
+++ b/xorg/xorg-encodings/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Polices Xorg encodings
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-mkfontscale
+# Run on:
+
+name=xorg-encodings
+version=1.0.4
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/font/encodings-$version.tar.bz2)
+
+build() {
+ cd encodings-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+}