diff options
author | sibel <lesibel@free.fr> | 2011-03-03 12:20:19 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 12:20:19 +0100 |
commit | 2837eb05714407ff6bfeaa9961635225562d616c (patch) | |
tree | 1203baa1a60e9a883b280524e091bfc67c06242d /base/xorg-xf86rushproto/Pkgfile | |
parent | fa308b1bf35b4c50f29207a84c24da9f8c993a52 (diff) | |
download | nutyx-pakxe-2837eb05714407ff6bfeaa9961635225562d616c.tar.gz nutyx-pakxe-2837eb05714407ff6bfeaa9961635225562d616c.tar.bz2 nutyx-pakxe-2837eb05714407ff6bfeaa9961635225562d616c.tar.xz nutyx-pakxe-2837eb05714407ff6bfeaa9961635225562d616c.zip |
xorg-xf86rushproto, deplacé dans base
Diffstat (limited to 'base/xorg-xf86rushproto/Pkgfile')
-rw-r--r-- | base/xorg-xf86rushproto/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/base/xorg-xf86rushproto/Pkgfile b/base/xorg-xf86rushproto/Pkgfile new file mode 100644 index 000000000..77376bd6a --- /dev/null +++ b/base/xorg-xf86rushproto/Pkgfile @@ -0,0 +1,17 @@ +# 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 +} |