diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:41 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:41 +0200 |
commit | 8fc78ca9156b6688b72e3d26114f44f8cc7059f7 (patch) | |
tree | 4227ae2ae2ae1ec0584640413339d27662103885 /xorg/xorg-libxtrap/Pkgfile | |
parent | a76d97b188adecad9987681c2159f3bd7f802cc5 (diff) | |
download | nutyx-extra-8fc78ca9156b6688b72e3d26114f44f8cc7059f7.tar.gz nutyx-extra-8fc78ca9156b6688b72e3d26114f44f8cc7059f7.tar.bz2 nutyx-extra-8fc78ca9156b6688b72e3d26114f44f8cc7059f7.tar.xz nutyx-extra-8fc78ca9156b6688b72e3d26114f44f8cc7059f7.zip |
xorg-libxtrap dans extra
Diffstat (limited to 'xorg/xorg-libxtrap/Pkgfile')
-rw-r--r-- | xorg/xorg-libxtrap/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-libxtrap/Pkgfile b/xorg/xorg-libxtrap/Pkgfile deleted file mode 100644 index bf83cb65b..000000000 --- a/xorg/xorg-libxtrap/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: X Trap extension client library -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-libx11, xorg-libxt, xorg-trapproto, xorg-xextproto, xorg-libxext -# Run on: xorg-libx11,xorg-libxt,xorg-trapproto,xorg-xextproto,xorg-libxext - -name=xorg-libxtrap -version=1.0.0 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/lib/libXTrap-$version.tar.bz2) - -build() { - cd libXTrap-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install -} |