summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-encodings/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:21:25 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:21:25 +0200
commit74faff56e46196a83c44430caeaeb3019438a62b (patch)
treeaa8cbd0e9c16725f453f3574e2f0f47276fc4b75 /xorg/xorg-encodings/Pkgfile
parent22ff3d1d6b00bf5ac726e41f7170b4f2db036c8b (diff)
downloadnutyx-extra-74faff56e46196a83c44430caeaeb3019438a62b.tar.gz
nutyx-extra-74faff56e46196a83c44430caeaeb3019438a62b.tar.bz2
nutyx-extra-74faff56e46196a83c44430caeaeb3019438a62b.tar.xz
nutyx-extra-74faff56e46196a83c44430caeaeb3019438a62b.zip
xorg-encodings dans extra
Diffstat (limited to 'xorg/xorg-encodings/Pkgfile')
-rw-r--r--xorg/xorg-encodings/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-encodings/Pkgfile b/xorg/xorg-encodings/Pkgfile
deleted file mode 100644
index 3735ba4db..000000000
--- a/xorg/xorg-encodings/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}