From 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 18 Dec 2010 23:16:03 +0100 Subject: Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7) --- xorg-xinput/.footprint | 6 ++++++ xorg-xinput/.md5sum | 1 + xorg-xinput/Pkgfile | 17 +++++++++++++++++ xorg-xinput/Pkgfile.old | 17 +++++++++++++++++ 4 files changed, 41 insertions(+) create mode 100644 xorg-xinput/.footprint create mode 100644 xorg-xinput/.md5sum create mode 100644 xorg-xinput/Pkgfile create mode 100644 xorg-xinput/Pkgfile.old (limited to 'xorg-xinput') 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 +} -- cgit v1.2.3-54-g00ecf