PKGBUILDs/community/icon-slicer/PKGBUILD
2009-10-09 21:15:33 -05:00

19 lines
603 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=icon-slicer
pkgver=0.3
pkgrel=2
pkgdesc="A utility for generating icon themes and libXcursor cursor themes"
arch=('i686' 'x86_64')
url="http://freedesktop.org/wiki/Software_2ficon_2dslicer"
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
}