diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 15:42:36 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 15:42:36 +0200 |
commit | 2f956e4b3f7a600e7a5ae930ecd9ad8b3c510b7a (patch) | |
tree | a445c8a5e45257cb39330f79a90f986f8e890088 /base/xorg-xf86bigfontproto/Pkgfile | |
parent | 759d138be7d5846c2c4fcb9f062a1fb45aa8ed9d (diff) | |
download | nutyx-extra-2f956e4b3f7a600e7a5ae930ecd9ad8b3c510b7a.tar.gz nutyx-extra-2f956e4b3f7a600e7a5ae930ecd9ad8b3c510b7a.tar.bz2 nutyx-extra-2f956e4b3f7a600e7a5ae930ecd9ad8b3c510b7a.tar.xz nutyx-extra-2f956e4b3f7a600e7a5ae930ecd9ad8b3c510b7a.zip |
xorg-xf86bigfontproto dans extra
Diffstat (limited to 'base/xorg-xf86bigfontproto/Pkgfile')
-rw-r--r-- | base/xorg-xf86bigfontproto/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/base/xorg-xf86bigfontproto/Pkgfile b/base/xorg-xf86bigfontproto/Pkgfile deleted file mode 100644 index 2b81bc592..000000000 --- a/base/xorg-xf86bigfontproto/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: xorg proto xf86bigfontproto -# URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Packager: thierryn1 at hispeed dot ch - -name=xorg-xf86bigfontproto -version=1.2.0 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/proto/xf86bigfontproto-$version.tar.bz2) - -build() { - cd xf86bigfontproto-$version - - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} |