aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-03-13 08:47:38 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-03-13 08:47:41 +0000
commit3da278694fd58fe0304850fbc463df5a6a58901d (patch)
tree6408989375c6c9fd7944caf79afc0496fa6ba109 /testing
parentfa1aa6b8e0c99b22eb56812e34b786f0de51cf86 (diff)
testing/zutils: move to community
Diffstat (limited to 'testing')
-rw-r--r--testing/zutils/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/zutils/APKBUILD b/testing/zutils/APKBUILD
deleted file mode 100644
index 8ff00559858..00000000000
--- a/testing/zutils/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Roberto Oliveira <robertoguimaraes8@gmail.com>
-# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
-pkgname=zutils
-pkgver=1.7
-pkgrel=0
-pkgdesc="A collection of utilities able to process any combination of compressed and uncompressed files transparently"
-url="http://www.nongnu.org/zutils/zutils.html"
-arch="all"
-license="GPL-2.0"
-subpackages="$pkgname-doc"
-checkdepends="bzip2"
-source="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.lz"
-builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- cd "$builddir"
- ./configure --prefix=/usr
- make
-}
-
-check() {
- cd "$builddir"
- make check
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="eaf49d9aefb21460635eb6d0f1ae49ddc51b5a4e5d6d0943637194351ef910471203908d6bfe93ad37ca62ceacebe5b208d12b4bb8dda68cd9dbcdb7c7f848e1 zutils-1.7.tar.lz"