diff options
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 -} |