diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 10:03:50 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 10:03:50 +0100 |
commit | e34285397a0b6e4074f68c50367229b6eb8189e7 (patch) | |
tree | 7e72c5b606020126fab919f793222eb66277aa68 /xorg/xorg-xf86-input-aiptek | |
parent | e6b1d989a4f3e0f9fa6dc77439da81f2bc863189 (diff) | |
download | nutyx-extra-e34285397a0b6e4074f68c50367229b6eb8189e7.tar.gz nutyx-extra-e34285397a0b6e4074f68c50367229b6eb8189e7.tar.bz2 nutyx-extra-e34285397a0b6e4074f68c50367229b6eb8189e7.tar.xz nutyx-extra-e34285397a0b6e4074f68c50367229b6eb8189e7.zip |
paquets xorg déplacés dans test
Diffstat (limited to 'xorg/xorg-xf86-input-aiptek')
-rw-r--r-- | xorg/xorg-xf86-input-aiptek/.footprint | 11 | ||||
-rw-r--r-- | xorg/xorg-xf86-input-aiptek/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xf86-input-aiptek/Pkgfile | 19 |
3 files changed, 0 insertions, 31 deletions
diff --git a/xorg/xorg-xf86-input-aiptek/.footprint b/xorg/xorg-xf86-input-aiptek/.footprint deleted file mode 100644 index 77125a23c..000000000 --- a/xorg/xorg-xf86-input-aiptek/.footprint +++ /dev/null @@ -1,11 +0,0 @@ -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/aiptek_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/input/aiptek_drv.so -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man4/ --rw-r--r-- root/root usr/share/man/man4/aiptek.4.gz diff --git a/xorg/xorg-xf86-input-aiptek/.md5sum b/xorg/xorg-xf86-input-aiptek/.md5sum deleted file mode 100644 index 529ea4533..000000000 --- a/xorg/xorg-xf86-input-aiptek/.md5sum +++ /dev/null @@ -1 +0,0 @@ -ae3ec07aff6c156cf5307f53feb6b293 xf86-input-aiptek-1.3.0.tar.bz2 diff --git a/xorg/xorg-xf86-input-aiptek/Pkgfile b/xorg/xorg-xf86-input-aiptek/Pkgfile deleted file mode 100644 index b1de4bbf4..000000000 --- a/xorg/xorg-xf86-input-aiptek/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Pilote pour les tablettes digitales Aiptek -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-server - -name=xorg-xf86-input-acecad -version=1.3.0 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-aiptek-$version.tar.bz2) - -build() { - cd xf86-input-aiptek-$version - - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} |