summaryrefslogtreecommitdiffstats
path: root/base/xorg-iceauth/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/xorg-iceauth/Pkgfile')
-rw-r--r--base/xorg-iceauth/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/base/xorg-iceauth/Pkgfile b/base/xorg-iceauth/Pkgfile
deleted file mode 100644
index 80b0876f1..000000000
--- a/base/xorg-iceauth/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: ICE authority file utility
-# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Packager: tilman at crux dot nu
-# Depends on: xorg-xproto, xorg-libice
-# Run on: xorg-libice
-
-name=xorg-iceauth
-version=1.0.2
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/app/iceauth-$version.tar.bz2)
-
-build() {
- cd iceauth-$version
-
- ./configure --prefix=/usr
-
- make
- make DESTDIR=$PKG install
-}