summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86rushproto/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 12:20:19 +0100
committersibel <lesibel@free.fr>2011-03-03 12:20:19 +0100
commit2837eb05714407ff6bfeaa9961635225562d616c (patch)
tree1203baa1a60e9a883b280524e091bfc67c06242d /xorg/xorg-xf86rushproto/Pkgfile
parentfa308b1bf35b4c50f29207a84c24da9f8c993a52 (diff)
downloadnutyx-extra-2837eb05714407ff6bfeaa9961635225562d616c.tar.gz
nutyx-extra-2837eb05714407ff6bfeaa9961635225562d616c.tar.bz2
nutyx-extra-2837eb05714407ff6bfeaa9961635225562d616c.tar.xz
nutyx-extra-2837eb05714407ff6bfeaa9961635225562d616c.zip
xorg-xf86rushproto, deplacé dans base
Diffstat (limited to 'xorg/xorg-xf86rushproto/Pkgfile')
-rw-r--r--xorg/xorg-xf86rushproto/Pkgfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/xorg/xorg-xf86rushproto/Pkgfile b/xorg/xorg-xf86rushproto/Pkgfile
deleted file mode 100644
index 77376bd6a..000000000
--- a/xorg/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
-}