diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:38 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:38 +0200 |
commit | b0a903275501ad4df745b8997ee317f2799795df (patch) | |
tree | 0c0d28c8724dc743f5e1aab5390aa3926f041cb8 /xorg/xorg-iceauth/Pkgfile | |
parent | f1f33bdfbdacba58093c033462ecafccc7247029 (diff) | |
download | nutyx-pakxe-b0a903275501ad4df745b8997ee317f2799795df.tar.gz nutyx-pakxe-b0a903275501ad4df745b8997ee317f2799795df.tar.bz2 nutyx-pakxe-b0a903275501ad4df745b8997ee317f2799795df.tar.xz nutyx-pakxe-b0a903275501ad4df745b8997ee317f2799795df.zip |
xorg-iceauth dans extra
Diffstat (limited to 'xorg/xorg-iceauth/Pkgfile')
-rw-r--r-- | xorg/xorg-iceauth/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-iceauth/Pkgfile b/xorg/xorg-iceauth/Pkgfile deleted file mode 100644 index aa33934da..000000000 --- a/xorg/xorg-iceauth/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: ICE authority file utility -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-xproto, xorg-libice -# Run on: xorg-libice - -name=xorg-iceauth -version=1.0.4 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/app/iceauth-$version.tar.bz2) - -build() { - cd iceauth-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install -} |