# Maintainer: Leonardo Arena pkgname=unarj pkgver=2.63a pkgrel=3 pkgdesc="Extracting, testing and viewing the contents of archives created with the ARJ archiver" url="http://www.arjsoftware.com" arch="all" license="custom" subpackages="" depends="" makedepends="" install="" source="http://ibiblio.org/pub/Linux/utils/compress/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" return 0 } build() { cd "$_builddir" make || return 1 } package() { cd "$_builddir" install -D -m755 unarj $pkgdir/usr/bin/unarj || return 1 } md5sums="a83d139c245f911f22cb1b611ec9768f unarj-2.63a.tar.gz" sha256sums="33f8297aa28911eb684ca83e9e00de04a360ea35603282d91de20aec4eb19a48 unarj-2.63a.tar.gz" sha512sums="4f8aed311b8626f6bbefc7ad3296c1e69e8c89e79e4b853124502939ca83e2eb0352b64a5b71b2572e948a97a31416e678bc4ce30519631732001cfe7bb983d2 unarj-2.63a.tar.gz"