summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-iceauth/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:38 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:38 +0200
commitb0a903275501ad4df745b8997ee317f2799795df (patch)
tree0c0d28c8724dc743f5e1aab5390aa3926f041cb8 /xorg/xorg-iceauth/Pkgfile
parentf1f33bdfbdacba58093c033462ecafccc7247029 (diff)
downloadnutyx-extra-b0a903275501ad4df745b8997ee317f2799795df.tar.gz
nutyx-extra-b0a903275501ad4df745b8997ee317f2799795df.tar.bz2
nutyx-extra-b0a903275501ad4df745b8997ee317f2799795df.tar.xz
nutyx-extra-b0a903275501ad4df745b8997ee317f2799795df.zip
xorg-iceauth dans extra
Diffstat (limited to 'xorg/xorg-iceauth/Pkgfile')
-rw-r--r--xorg/xorg-iceauth/Pkgfile18
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
-}