aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-03-25 15:10:28 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-25 14:43:21 +0000
commit8513c8bb51d563a7ca22c956df520ca59d060a8b (patch)
tree26cad6de077d33c7726f9d5f60d8132b9d36d3c6 /testing
parent58ac6db44de5ffbf3c0dbaced14ef44ca397b863 (diff)
downloadaports-8513c8bb51d563a7ca22c956df520ca59d060a8b.tar.bz2
aports-8513c8bb51d563a7ca22c956df520ca59d060a8b.tar.xz
community/advancecomp: move from testing
- Clarify license - Modernize
Diffstat (limited to 'testing')
-rw-r--r--testing/advancecomp/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/advancecomp/APKBUILD b/testing/advancecomp/APKBUILD
deleted file mode 100644
index 227476646b..0000000000
--- a/testing/advancecomp/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Contributor: TBK <alpine@jjtc.eu>
-# Maintainer: TBK <alpine@jjtc.eu>
-pkgname=advancecomp
-pkgver=2.1
-pkgrel=0
-pkgdesc="A collection of recompression utilities for your .ZIP archives, .PNG snapshots, .MNG video clips and .GZ files"
-url="https://www.advancemame.it/"
-arch="all"
-license="GPL-3.0"
-makedepends="automake autoconf libtool zlib-dev"
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/amadvance/advancecomp/archive/v$pkgver.tar.gz"
-
-prepare() {
- default_prepare
- cd "$builddir"
- autoreconf -vif
-}
-
-build() {
- cd "$builddir"
- ./configure \
- --prefix=/usr
- make
-}
-
-check() {
- cd "$builddir"
- make check
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="9789e2abfc17a1630efcb15c04c8806edfd8ca074f19f53476c9f4057287a661de2cb386ad6c81c0112c127ac1283cc6b3162c15765d3b4623c800ce2d240cbc advancecomp-2.1.tar.gz"