summaryrefslogtreecommitdiff
path: root/community/icoutils/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-06 23:14:50 +0000
committerroot <root@rshg054.dnsready.net>2012-02-06 23:14:50 +0000
commit1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 (patch)
tree8d7ccc2dc9d08a4c3cde26aa01c887e9a0fc2fa1 /community/icoutils/PKGBUILD
parentbdb5b3e66f6afa586ea147f69af5e4ba388f7615 (diff)
Mon Feb 6 23:14:50 UTC 2012
Diffstat (limited to 'community/icoutils/PKGBUILD')
-rw-r--r--community/icoutils/PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/community/icoutils/PKGBUILD b/community/icoutils/PKGBUILD
index d9c24c298..8f8813cbd 100644
--- a/community/icoutils/PKGBUILD
+++ b/community/icoutils/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=icoutils
pkgver=0.29.1
-pkgrel=1
+pkgrel=2
pkgdesc='Extracts and converts images in MS Windows(R) icon and cursor files.'
arch=('i686' 'x86_64')
license=('GPL')
@@ -15,16 +15,13 @@ md5sums=('b58f375e0f8731595e8d0ecdc3a0acb9')
build() {
cd ${pkgname}-${pkgver}
-
./configure \
--prefix=/usr \
--mandir=/usr/share/man
-
make
}
package() {
cd ${pkgname}-${pkgver}
-
make DESTDIR=${pkgdir} install
}