From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/icoutils/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community/icoutils/PKGBUILD (limited to 'community/icoutils') diff --git a/community/icoutils/PKGBUILD b/community/icoutils/PKGBUILD new file mode 100644 index 000000000..b24c5c601 --- /dev/null +++ b/community/icoutils/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 90048 2013-05-06 19:37:55Z foutrelis $ +# Maintainer: Sergej Pupykin +# Contributor: Geoffroy Carrier +# Contributor: neodreams +# Maintainer: Daniel J Griffiths + +pkgname=icoutils +pkgver=0.30.0 +pkgrel=2 +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.bz2") +md5sums=('2574eb4ff5c0d3b2a59ad5a7d8848ced') + +build() { + cd ${pkgname}-${pkgver} + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install +} -- cgit v1.2.3-54-g00ecf