aboutsummaryrefslogtreecommitdiffstats
path: root/main/unarj/APKBUILD
blob: 76489314e3e9772a2db5d48e673a1245c3daf2b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
pkgname=unarj
pkgver=2.63a
pkgrel=1
pkgdesc="Extracting, testing and  viewing the contents of archives created with the ARJ archiver"
url="http://www.arjsoftware.com"
arch="x86 x86_64"
license="custom"
subpackages=""
depends=""
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"