mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
extra/unarj: new aport
This commit is contained in:
parent
d66118bc79
commit
1edbc826bf
22
extra/unarj/APKBUILD
Normal file
22
extra/unarj/APKBUILD
Normal file
@ -0,0 +1,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="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"
|
||||
Loading…
x
Reference in New Issue
Block a user