diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:40 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:40 +0200 |
commit | 4cb22403974add18e8b9c5a1f810fe51a0b30f92 (patch) | |
tree | 6b8ddcd969f573d23269b9c9d20cb78c99e3ebf5 /xorg/xorg-libxinerama/Pkgfile | |
parent | 2c70830307a0062beda9edc47cd4b712cdb082be (diff) | |
download | nutyx-pakxe-4cb22403974add18e8b9c5a1f810fe51a0b30f92.tar.gz nutyx-pakxe-4cb22403974add18e8b9c5a1f810fe51a0b30f92.tar.bz2 nutyx-pakxe-4cb22403974add18e8b9c5a1f810fe51a0b30f92.tar.xz nutyx-pakxe-4cb22403974add18e8b9c5a1f810fe51a0b30f92.zip |
xorg-libxinerama dans extra
Diffstat (limited to 'xorg/xorg-libxinerama/Pkgfile')
-rw-r--r-- | xorg/xorg-libxinerama/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-libxinerama/Pkgfile b/xorg/xorg-libxinerama/Pkgfile deleted file mode 100644 index 06da44877..000000000 --- a/xorg/xorg-libxinerama/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: X Xinerama client library -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-libx11, xorg-xextproto, xorg-libxext, xorg-xineramaproto -# Run on: xorg-libx11,xorg-libxext - -name=xorg-libxinerama -version=1.1.1 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/lib/libXinerama-$version.tar.bz2) - -build() { - cd libXinerama-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install -} |