diff options
author | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
commit | 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch) | |
tree | 5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-xinput | |
download | xorg-master.tar.gz xorg-master.tar.bz2 xorg-master.tar.xz xorg-master.zip |
Diffstat (limited to 'xorg-xinput')
-rw-r--r-- | xorg-xinput/.footprint | 6 | ||||
-rw-r--r-- | xorg-xinput/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xinput/Pkgfile | 17 | ||||
-rw-r--r-- | xorg-xinput/Pkgfile.old | 17 |
4 files changed, 41 insertions, 0 deletions
diff --git a/xorg-xinput/.footprint b/xorg-xinput/.footprint new file mode 100644 index 0000000..a0f9c7f --- /dev/null +++ b/xorg-xinput/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xinput +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/xinput.1.gz diff --git a/xorg-xinput/.md5sum b/xorg-xinput/.md5sum new file mode 100644 index 0000000..9b588e8 --- /dev/null +++ b/xorg-xinput/.md5sum @@ -0,0 +1 @@ +8cec6023f90180cb8e4be31d98c43fda xinput-1.5.2.tar.bz2 diff --git a/xorg-xinput/Pkgfile b/xorg-xinput/Pkgfile new file mode 100644 index 0000000..627ab8e --- /dev/null +++ b/xorg-xinput/Pkgfile @@ -0,0 +1,17 @@ +description="Utility to configure and test XInput devices" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=() + +name=xorg-xinput +version=1.5.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xinput-1.5.2.tar.bz2) +build () +{ + cd xinput-$version; + ./configure --prefix=/usr --mandir=$mandir; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-xinput/Pkgfile.old b/xorg-xinput/Pkgfile.old new file mode 100644 index 0000000..077167d --- /dev/null +++ b/xorg-xinput/Pkgfile.old @@ -0,0 +1,17 @@ +# Description: Utility to configure and test XInput devices +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-xinput +version=1.5.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xinput-$version.tar.bz2) + +build() { + cd xinput-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |