From c34f78dd37c2a2015d43de5d89748a2f8147ba1b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Jan 2012 23:14:57 +0000 Subject: Tue Jan 31 23:14:56 UTC 2012 --- community-testing/icoutils/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 community-testing/icoutils/PKGBUILD (limited to 'community-testing/icoutils/PKGBUILD') diff --git a/community-testing/icoutils/PKGBUILD b/community-testing/icoutils/PKGBUILD new file mode 100644 index 000000000..8f8813cbd --- /dev/null +++ b/community-testing/icoutils/PKGBUILD @@ -0,0 +1,27 @@ +# Contributor: Geoffroy Carrier +# Contributor: neodreams +# Maintainer: Daniel J Griffiths + +pkgname=icoutils +pkgver=0.29.1 +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=('b58f375e0f8731595e8d0ecdc3a0acb9') + +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