aboutsummaryrefslogtreecommitdiffstats
path: root/extra/unarj/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/unarj/APKBUILD')
-rw-r--r--extra/unarj/APKBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/unarj/APKBUILD b/extra/unarj/APKBUILD
deleted file mode 100644
index b2e0c72607..0000000000
--- a/extra/unarj/APKBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Maintainer: Leonardo Arena <rnalrd@gmail.com>
-pkgname=unarj
-pkgver=2.63a
-pkgrel=0
-pkgdesc="Extracting, testing and viewing the contents of archives created with the ARJ archiver"
-url="http://www.arjsoftware.com"
-license="custom"
-subpackages=""
-depends="uclibc"
-makedepends=""
-install=
-source="http://ibiblio.org/pub/Linux/utils/compress/$pkgname-$pkgver.tar.gz"
-
-build ()
-{
- cd "$srcdir"/${pkgname}-${pkgver}
- make || return 1
- install -D -m755 unarj $pkgdir/usr/bin/unarj || return 1
- #install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-md5sums="a83d139c245f911f22cb1b611ec9768f unarj-2.63a.tar.gz"