summaryrefslogtreecommitdiff
path: root/community/icon-slicer/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/icon-slicer/PKGBUILD')
-rw-r--r--community/icon-slicer/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/community/icon-slicer/PKGBUILD b/community/icon-slicer/PKGBUILD
deleted file mode 100644
index 70783e16d..000000000
--- a/community/icon-slicer/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# $Id: PKGBUILD 5685 2009-11-14 10:50:07Z ibiru $
-# Contributor: William Rea <sillywilly@gmail.com>
-pkgname=icon-slicer
-pkgver=0.3
-pkgrel=3
-pkgdesc="A utility for generating icon themes and libXcursor cursor themes"
-arch=('i686' 'x86_64')
-url="http://freedesktop.org/wiki/Software/icon-slicer"
-license=("GPL")
-depends=('gtk2' 'popt')
-source=(http://freedesktop.org/software/$pkgname/releases/icon-slicer-$pkgver.tar.gz)
-md5sums=('5c5374d4f265b0abe4daef1d03f87104')
-
-build() {
- cd $startdir/src/icon-slicer-$pkgver
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=$startdir/pkg install
-}