diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 15:56:39 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 15:56:39 +0200 |
commit | 86ce6b225749b71b48079cec5dfeb132aa675996 (patch) | |
tree | 839ab2a26322d6f34f59cb5bfec13f3479fdc41a /base/xorg-fontsproto/Pkgfile | |
parent | 34b728b9c63b96551a11819c8432ec66b6dff6ef (diff) | |
download | nutyx-extra-86ce6b225749b71b48079cec5dfeb132aa675996.tar.gz nutyx-extra-86ce6b225749b71b48079cec5dfeb132aa675996.tar.bz2 nutyx-extra-86ce6b225749b71b48079cec5dfeb132aa675996.tar.xz nutyx-extra-86ce6b225749b71b48079cec5dfeb132aa675996.zip |
xorg-fontsproto-util dans extra
Diffstat (limited to 'base/xorg-fontsproto/Pkgfile')
-rw-r--r-- | base/xorg-fontsproto/Pkgfile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/base/xorg-fontsproto/Pkgfile b/base/xorg-fontsproto/Pkgfile deleted file mode 100644 index cb58296a4..000000000 --- a/base/xorg-fontsproto/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: xorg proto fontsproto -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch - -name=xorg-fontsproto -version=2.1.1 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/proto/fontsproto-$version.tar.bz2) - -build() { - cd fontsproto-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install - rm -r $PKG/$XORG_PREFIX/share -} |