aboutsummaryrefslogtreecommitdiffstats
path: root/main/unarj/APKBUILD
blob: 7f5b23fc6618fc7726dbd8cc81a2b3f0348d392f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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=""
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"