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 | facea5c9de5fdf1df703578511ecb180f8c772c3 (patch) | |
tree | eb126b425264b9230e43cc9355310da416a39ad3 /xorg/xorg-libxp/Pkgfile | |
parent | 1644491e0bff1ed15980409b4f4704e9473def96 (diff) | |
download | nutyx-pakxe-facea5c9de5fdf1df703578511ecb180f8c772c3.tar.gz nutyx-pakxe-facea5c9de5fdf1df703578511ecb180f8c772c3.tar.bz2 nutyx-pakxe-facea5c9de5fdf1df703578511ecb180f8c772c3.tar.xz nutyx-pakxe-facea5c9de5fdf1df703578511ecb180f8c772c3.zip |
xorg-libxp dans extra
Diffstat (limited to 'xorg/xorg-libxp/Pkgfile')
-rw-r--r-- | xorg/xorg-libxp/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/xorg/xorg-libxp/Pkgfile b/xorg/xorg-libxp/Pkgfile deleted file mode 100644 index 9aa2f7489..000000000 --- a/xorg/xorg-libxp/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: Librairie pour Xorg 7 -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-printproto, xorg-libx11, xorg-libxext -# Run on: xorg-libx11,xorg-libxext - -name=xorg-libxp -version=1.0.1 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/lib/libXp-$version.tar.bz2) - - -build() { - cd libXp-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install -} - |