summaryrefslogtreecommitdiff
path: root/testing/xorg-iceauth/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xorg-iceauth/PKGBUILD')
-rw-r--r--testing/xorg-iceauth/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/xorg-iceauth/PKGBUILD b/testing/xorg-iceauth/PKGBUILD
deleted file mode 100644
index 7489c6c08..000000000
--- a/testing/xorg-iceauth/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 113660 2011-03-10 14:29:50Z jgc $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=xorg-iceauth
-pkgver=1.0.4
-pkgrel=2
-pkgdesc="ICE authority file utility"
-arch=(i686 x86_64 'mips64el')
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libice')
-makedepends=('xorg-util-macros' 'xproto')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/iceauth-${pkgver}.tar.bz2)
-sha1sums=('9b446c0d1815dce48bdea32db7dea7e429f6a310')
-
-build() {
- cd "${srcdir}/iceauth-${pkgver}"
- ./configure --prefix=/usr
- make
- make DESTDIR="${pkgdir}" install
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}