diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 13:39:48 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 13:39:48 +0100 |
commit | e5f5aefabc2ec5c010d70848cf1737ba7b1184ab (patch) | |
tree | 5117b29d53696ad06f025b5f3dcbace68bc16fc5 /xorg/xorg-encodings/Pkgfile | |
parent | 8cfeb7330747d169f4541ca8b0d4aa52af504883 (diff) | |
download | nutyx-pakxe-e5f5aefabc2ec5c010d70848cf1737ba7b1184ab.tar.gz nutyx-pakxe-e5f5aefabc2ec5c010d70848cf1737ba7b1184ab.tar.bz2 nutyx-pakxe-e5f5aefabc2ec5c010d70848cf1737ba7b1184ab.tar.xz nutyx-pakxe-e5f5aefabc2ec5c010d70848cf1737ba7b1184ab.zip |
ajout xorg-encodinds 1.0.4-1
Diffstat (limited to 'xorg/xorg-encodings/Pkgfile')
-rw-r--r-- | xorg/xorg-encodings/Pkgfile | 18 |
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 +} |