diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:21:25 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:21:25 +0200 |
commit | 74faff56e46196a83c44430caeaeb3019438a62b (patch) | |
tree | aa8cbd0e9c16725f453f3574e2f0f47276fc4b75 /xorg/xorg-encodings/Pkgfile | |
parent | 22ff3d1d6b00bf5ac726e41f7170b4f2db036c8b (diff) | |
download | nutyx-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/Pkgfile | 18 |
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 -} |