updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / nanozip / PKGBUILD
blob8a02a14412d86ab277cf6b29e046ba6698f554aa
1 # Maintainer: attila589 <attila589 at gmail dot com>
3 pkgname=nanozip
4 pkgver=0.08a
5 pkgrel=1
6 pkgdesc="An experimental file archiver. It consists of several original compressors, put into a single file archiver program aiming for high compression efficiency."
7 arch=('i686' 'x86_64')
8 url="http://www.nanozip.net/"
9 #depends=()
10 license=('unknown')
11 if [[ "$CARCH" == 'i686' ]]; then
12   source=(http://www.nanozip.net/${pkgname}-${pkgver}.linux32.zip)
13   md5sums=('b1da557fd5f20e18fbe48a36cdf11d88')
14   sha256sums=('2f171ca2cfd6a3fc7edafc7f9b0d2ee92d39bc90b8d338ea5b25535cea98072f')
15 else
16   source=(http://www.nanozip.net/${pkgname}-${pkgver}.linux64.zip)
17   md5sums=('76d0edbef1eb6833cac99bc432637796')
18   sha256sums=('3c984d609c51e40090d7e8756add83b22d89cbf502ad92896cbf6ce1711c87ff')
21 package() {
22   install -Dm755 ${srcdir}/nz ${pkgdir}/usr/bin/nz