diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-04-07 18:48:00 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-04-07 18:48:00 +0200 |
commit | fa19d4b3316ded8d2d5cf009059200741abcc8c5 (patch) | |
tree | 1e66d3e7d14f958d3881d21c5d3714f4b3775a09 /xorg-xf86-input-ur98 | |
download | xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.gz xorg-fa19d4b3316ded8d2d5cf009059200741abcc8c5.tar.xz |
initial import
Diffstat (limited to 'xorg-xf86-input-ur98')
-rw-r--r-- | xorg-xf86-input-ur98/.footprint | 10 | ||||
-rw-r--r-- | xorg-xf86-input-ur98/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xf86-input-ur98/Pkgfile | 17 |
3 files changed, 28 insertions, 0 deletions
diff --git a/xorg-xf86-input-ur98/.footprint b/xorg-xf86-input-ur98/.footprint new file mode 100644 index 00000000..11971ace --- /dev/null +++ b/xorg-xf86-input-ur98/.footprint @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/xorg/ +drwxr-xr-x root/root usr/lib/xorg/modules/ +drwxr-xr-x root/root usr/lib/xorg/modules/input/ +-rwxr-xr-x root/root usr/lib/xorg/modules/input/ur98_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/input/ur98_drv.so +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man4/ +-rw-r--r-- root/root usr/man/man4/ur98.4.gz diff --git a/xorg-xf86-input-ur98/.md5sum b/xorg-xf86-input-ur98/.md5sum new file mode 100644 index 00000000..99679501 --- /dev/null +++ b/xorg-xf86-input-ur98/.md5sum @@ -0,0 +1 @@ +7cdfe15fdd8e04e3d440b7fdd96bf811 xf86-input-ur98-1.0.0.5.tar.bz2 diff --git a/xorg-xf86-input-ur98/Pkgfile b/xorg-xf86-input-ur98/Pkgfile new file mode 100644 index 00000000..e1e09424 --- /dev/null +++ b/xorg-xf86-input-ur98/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg driver xf86-input-ur98 +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de + +name=xorg-xf86-input-ur98 +version=1.0.0.5 +release=1 +source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/xf86-input-ur98-$version.tar.bz2) + +build() { + cd xf86-input-ur98-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |