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