diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:23:36 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:23:36 +0100 |
commit | bfa692600346247d96c289ab49845c7455ae4c3c (patch) | |
tree | 25576d5c0ea6b3536d3059243fb445e66df6e13c /xorg | |
parent | 7382efb4ae792648d6f30bf62cd0cc083608fc35 (diff) | |
download | nutyx-pakxe-bfa692600346247d96c289ab49845c7455ae4c3c.tar.gz nutyx-pakxe-bfa692600346247d96c289ab49845c7455ae4c3c.tar.bz2 nutyx-pakxe-bfa692600346247d96c289ab49845c7455ae4c3c.tar.xz nutyx-pakxe-bfa692600346247d96c289ab49845c7455ae4c3c.zip |
Ajout de xorg-xf86-input-dmc#1.1.2-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xf86-input-dmc/.footprint | 10 | ||||
-rw-r--r-- | xorg/xorg-xf86-input-dmc/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xf86-input-dmc/Pkgfile | 18 |
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-input-dmc/.footprint b/xorg/xorg-xf86-input-dmc/.footprint new file mode 100644 index 000000000..451a1564b --- /dev/null +++ b/xorg/xorg-xf86-input-dmc/.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/dmc_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/input/dmc_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/dmc.4.gz diff --git a/xorg/xorg-xf86-input-dmc/.md5sum b/xorg/xorg-xf86-input-dmc/.md5sum new file mode 100644 index 000000000..766b3ebb3 --- /dev/null +++ b/xorg/xorg-xf86-input-dmc/.md5sum @@ -0,0 +1 @@ +91021ea8f3593221c0d9ee9cc14deb48 xf86-input-dmc-1.1.2.tar.bz2 diff --git a/xorg/xorg-xf86-input-dmc/Pkgfile b/xorg/xorg-xf86-input-dmc/Pkgfile new file mode 100644 index 000000000..7c353398f --- /dev/null +++ b/xorg/xorg-xf86-input-dmc/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg driver xf86-input-dmc +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xf86-input-dmc +version=1.1.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-dmc-$version.tar.bz2) + +build() { + cd xf86-input-dmc-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |