# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $ # Maintainer: Geoffroy Carrier # Contributor: neodreams pkgname=icoutils pkgver=0.26.0 pkgrel=1 pkgdesc="Extracts and converts images in MS Windows(R) icon and cursor files" arch=(i686 x86_64) license=("GPL") url="http://www.nongnu.org/icoutils/" depends=('libpng>=1.0.0' 'perl-libwww>=5.64') source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz) build() { cd "$srcdir"/$pkgname-$pkgver ./configure --prefix=/usr || return 1 make || return 1 make prefix="$pkgdir"/usr install || return 1 } md5sums=('5494ee42a9dad562b49c6b8721f973e8')