summaryrefslogtreecommitdiff
path: root/xorg-xf86-input-joystick/Pkgfile
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2007-04-01 11:44:09 +0200
committerTilman Sauerbeck <tilman@crux.nu>2007-04-01 11:44:09 +0200
commit86f9f8bdc3f486f482f43de7d53b17e0b15e9f8a (patch)
treece209e290e01f0dc2c48c77435457d583e45d983 /xorg-xf86-input-joystick/Pkgfile
parent1732e78904ef0a9e1a0f5a4919ebbf6c09459fce (diff)
downloadxorg-86f9f8bdc3f486f482f43de7d53b17e0b15e9f8a.tar.gz
xorg-86f9f8bdc3f486f482f43de7d53b17e0b15e9f8a.tar.xz
xorg-xf86-input-joystick: updated to 1.2.0
Diffstat (limited to 'xorg-xf86-input-joystick/Pkgfile')
-rw-r--r--xorg-xf86-input-joystick/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg-xf86-input-joystick/Pkgfile b/xorg-xf86-input-joystick/Pkgfile
index 7624fefe..20d92cd7 100644
--- a/xorg-xf86-input-joystick/Pkgfile
+++ b/xorg-xf86-input-joystick/Pkgfile
@@ -3,17 +3,17 @@
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xf86-input-joystick
-version=1.1.1
+version=1.2.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-joystick-$version.tar.bz2)
build() {
cd xf86-input-joystick-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
- rmdir $PKG/usr/share/{man/man4x,man,}
+ #rmdir $PKG/usr/share/{man/man4x,man,}
}

Generated by cgit