updated on Fri Jan 13 00:14:41 UTC 2012
[aur-mirror.git] / arc / PKGBUILD
bloba4299872eba45ec19f561d378cbf0a1f3b7ae6c2
1 #Maintainer:Nathan Owe <ndowens.aur at gmail dot com>
2 pkgname=arc
3 pkgver=5.21p
4 pkgrel=1
5 pkgdesc="Arc file archiver and compressor. Long since superceeded by zip/unzip but useful if have old .arc files need to unpack."
6 arch=('i686' 'x86_64')
7 url="http://sourceforge.net/projects/arc"
8 license=('GPL')
9 source=("http://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
10 md5sums=('902ce24b23422880d474df6f1d9eba5e')
12 build() {
13         cd ${srcdir}/${pkgname}-${pkgver}
14         make
17  package() {
18          cd ${srcdir}/${pkgname}-${pkgver}
19          make PREFIX=/usr DESTDIR="${pkgdir}" install
20  }