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-xf86-input-elographics | |
download | xorg-master.tar.gz xorg-master.tar.bz2 xorg-master.tar.xz xorg-master.zip |
Diffstat (limited to 'xorg-xf86-input-elographics')
-rw-r--r-- | xorg-xf86-input-elographics/.footprint | 10 | ||||
-rw-r--r-- | xorg-xf86-input-elographics/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xf86-input-elographics/Pkgfile | 17 | ||||
-rw-r--r-- | xorg-xf86-input-elographics/Pkgfile.old | 18 |
4 files changed, 46 insertions, 0 deletions
diff --git a/xorg-xf86-input-elographics/.footprint b/xorg-xf86-input-elographics/.footprint new file mode 100644 index 0000000..be406d0 --- /dev/null +++ b/xorg-xf86-input-elographics/.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/elographics_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/input/elographics_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/elographics.4.gz diff --git a/xorg-xf86-input-elographics/.md5sum b/xorg-xf86-input-elographics/.md5sum new file mode 100644 index 0000000..c344af4 --- /dev/null +++ b/xorg-xf86-input-elographics/.md5sum @@ -0,0 +1 @@ +c4dbc216b2ddfcec93ae74ca00fae95a xf86-input-elographics-1.2.4.tar.bz2 diff --git a/xorg-xf86-input-elographics/Pkgfile b/xorg-xf86-input-elographics/Pkgfile new file mode 100644 index 0000000..2e195f8 --- /dev/null +++ b/xorg-xf86-input-elographics/Pkgfile @@ -0,0 +1,17 @@ +description="xorg driver xf86-input-elographics" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-server) + +name=xorg-xf86-input-elographics +version=1.2.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-elographics-1.2.4.tar.bz2) +build () +{ + cd xf86-input-elographics-$version; + ./configure --prefix=/usr --mandir=$mandir; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-xf86-input-elographics/Pkgfile.old b/xorg-xf86-input-elographics/Pkgfile.old new file mode 100644 index 0000000..81ab713 --- /dev/null +++ b/xorg-xf86-input-elographics/Pkgfile.old @@ -0,0 +1,18 @@ +# Description: xorg driver xf86-input-elographics +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xf86-input-elographics +version=1.2.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-elographics-$version.tar.bz2) + +build() { + cd xf86-input-elographics-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |