updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / quazip / PKGBUILD
blob780c970d9912443391b17b9d4cb3a4de6e9558d3
1 # Maintainer: trya <tryagainprod@gmail.com>
3 pkgname=quazip
4 pkgver=0.4.3
5 pkgrel=1
6 pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
7 url="http://sourceforge.net/projects/quazip/"
8 arch=('i686' 'x86_64')
9 depends=('qt')
10 source=("http://downloads.sourceforge.net/project/quazip/quazip/${pkgver}/quazip-${pkgver}.tar.gz")
11 license=('LGPL')
12 md5sums=('5e548a988d059430930b61330b5bfade')
14 build() {
15   cd "$srcdir/quazip-$pkgver/quazip"
16   qmake PREFIX="$pkgdir/usr"
17   make
18   make staticlib
21 package() {
22   cd "$srcdir/quazip-$pkgver/quazip"
23   make install
24   install -Dm644 libquazip.a "$pkgdir/usr/lib"