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-penmount | |
parent | e6b1d989a4f3e0f9fa6dc77439da81f2bc863189 (diff) | |
download | nutyx-pakxe-e34285397a0b6e4074f68c50367229b6eb8189e7.tar.gz nutyx-pakxe-e34285397a0b6e4074f68c50367229b6eb8189e7.tar.bz2 nutyx-pakxe-e34285397a0b6e4074f68c50367229b6eb8189e7.tar.xz nutyx-pakxe-e34285397a0b6e4074f68c50367229b6eb8189e7.zip |
paquets xorg déplacés dans test
Diffstat (limited to 'xorg/xorg-xf86-input-penmount')
-rw-r--r-- | xorg/xorg-xf86-input-penmount/.footprint | 11 | ||||
-rw-r--r-- | xorg/xorg-xf86-input-penmount/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xf86-input-penmount/Pkgfile | 19 |
3 files changed, 0 insertions, 31 deletions
diff --git a/xorg/xorg-xf86-input-penmount/.footprint b/xorg/xorg-xf86-input-penmount/.footprint deleted file mode 100644 index b6f8049c3..000000000 --- a/xorg/xorg-xf86-input-penmount/.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/penmount_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/input/penmount_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/penmount.4.gz diff --git a/xorg/xorg-xf86-input-penmount/.md5sum b/xorg/xorg-xf86-input-penmount/.md5sum deleted file mode 100644 index 6add95f98..000000000 --- a/xorg/xorg-xf86-input-penmount/.md5sum +++ /dev/null @@ -1 +0,0 @@ -d5f1395b2dcefc7533ff5580e63f2066 xf86-input-penmount-1.4.0.tar.bz2 diff --git a/xorg/xorg-xf86-input-penmount/Pkgfile b/xorg/xorg-xf86-input-penmount/Pkgfile deleted file mode 100644 index 5660f883a..000000000 --- a/xorg/xorg-xf86-input-penmount/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: xorg driver xf86-input-penmount -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: xorg-server - -name=xorg-xf86-input-penmount -version=1.4.0 -release=2 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-penmount-$version.tar.bz2) - -build() { - cd xf86-input-penmount-$version - - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} |