summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-05-20 07:00:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-05-20 07:00:55 +0000
commit0e64b190eb202c2a09d3ad0c80296d3f25cad5bb (patch)
treea38d97dc3e78e6dac1535f5d6c4cfb03f08b38a6 /testing
parenteb88bee664a60e5d30b2103212493a352b796ed1 (diff)
downloadaports-0e64b190eb202c2a09d3ad0c80296d3f25cad5bb.tar.bz2
aports-0e64b190eb202c2a09d3ad0c80296d3f25cad5bb.tar.xz
testing/cabextract: removed
was already in main
Diffstat (limited to 'testing')
-rw-r--r--testing/cabextract/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/cabextract/APKBUILD b/testing/cabextract/APKBUILD
deleted file mode 100644
index 56327b3fc..000000000
--- a/testing/cabextract/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=cabextract
-pkgver=1.2
-pkgrel=0
-pkgdesc="A program to extract Microsoft cabinet (.CAB) files."
-url="http://www.cabextract.org.uk/"
-license="GPL"
-depends=
-makedepends=
-source="http://www.$pkgname.org.uk/$pkgname-$pkgver.tar.gz"
-
-build () {
- cd "$srcdir"/$pkgname-$pkgver
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- || return 1
- make || return 1
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
- make DESTDIR=""$pkgdir"" install || return 1
-}
-md5sums="dc421a690648b503265c82ade84e143e cabextract-1.2.tar.gz"