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