diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 15:50:51 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 15:50:51 +0200 |
commit | 790c94e2a57f014b38404ae75c355978cca7d870 (patch) | |
tree | f01f23fabb11c042e1b4303d4aea6230521e1bdd /base/xorg-libpciaccess/Pkgfile | |
parent | 8f9aa192f04c0b172fc97510779f2266960bc1f1 (diff) | |
download | nutyx-pakxe-790c94e2a57f014b38404ae75c355978cca7d870.tar.gz nutyx-pakxe-790c94e2a57f014b38404ae75c355978cca7d870.tar.bz2 nutyx-pakxe-790c94e2a57f014b38404ae75c355978cca7d870.tar.xz nutyx-pakxe-790c94e2a57f014b38404ae75c355978cca7d870.zip |
xorg-libpciaccess dans extra
Diffstat (limited to 'base/xorg-libpciaccess/Pkgfile')
-rw-r--r-- | base/xorg-libpciaccess/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/base/xorg-libpciaccess/Pkgfile b/base/xorg-libpciaccess/Pkgfile deleted file mode 100644 index c1139b7b3..000000000 --- a/base/xorg-libpciaccess/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Librairie pour l'accès générique PCI -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch - -name=xorg-libpciaccess -version=0.12.1 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/lib/libpciaccess-$version.tar.bz2) - -build() { - cd libpciaccess-$version - - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} |