aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-03-25 12:09:55 +0100
committerTBK <tbk@jjtc.eu>2020-03-25 12:35:40 +0100
commit12f82d9c5ec0da7ac3da2d19e03c2fc550b9e464 (patch)
tree270239844b86ecdc041bff8b6064bfed904966f3 /testing
parent75903e0478500f8d0c34b016f280f9444218ba36 (diff)
downloadaports-12f82d9c5ec0da7ac3da2d19e03c2fc550b9e464.tar.bz2
aports-12f82d9c5ec0da7ac3da2d19e03c2fc550b9e464.tar.xz
community/icoutils: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/icoutils/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/icoutils/APKBUILD b/testing/icoutils/APKBUILD
deleted file mode 100644
index 5c458dda3a..0000000000
--- a/testing/icoutils/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: TBK <alpine@jjtc.eu>
-# Maintainer: TBK <alpine@jjtc.eu>
-pkgname=icoutils
-pkgver=0.32.3
-pkgrel=1
-pkgdesc="Extracts and converts images in MS Windows(R) icon and cursor files."
-url="https://www.nongnu.org/icoutils/"
-arch="all"
-license="GPL-3.0+"
-options="!check" # No test suite
-depends="perl-libwww"
-makedepends="automake autoconf libtool libpng-dev"
-subpackages="$pkgname-doc"
-source="https://download.savannah.gnu.org/releases/icoutils/$pkgname-$pkgver.tar.bz2"
-
-prepare() {
- default_prepare
- update_config_guess
-}
-
-build() {
- cd "$builddir"
- ./configure \
- --prefix=/usr \
- --mandir=/usr/share/man
- make
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="982a051a5dc4a63bb2a9f23e78e5a88e481e5c7a9c25789253e1c396e40d4c093e5a9b399966d660e4f2da21ce15d539cb9d20bfd8126b1138f148b86baa6726 icoutils-0.32.3.tar.bz2"