updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / aku / PKGBUILD
blobbe23ddffa58a7109037876c7f7d13fb80e8e9510
1 # Contributor: Fedor Suchkov <f.suchkov@gmail.com>
2 pkgname=aku
3 pkgver=1.0_beta1
4 pkgrel=2
5 pkgdesc="aKu - yes the K stands also for KDE application - is a rar - the compression command line utility - GUI. With aKu you can decompress rar files and create new archives in a very simple way."
6 arch=('i686' 'x86_64')
7 url="http://akublog.wordpress.com/"
8 license=('GPL3')
9 groups=()
10 depends=('kdelibs>=4.1.0' 'qt>=4.4.0' 'unrar')
11 makedepends=('cmake' 'gcc')
12 provides=()
13 conflicts=()
14 replaces=()
15 backup=()
16 options=()
17 install=
18 source=(http://www.webalice.it/frgrieco/$pkgname-1.0_beta1.tar.bz2)
19 noextract=()
20 md5sums=(6f8ee5bea4be9b8c4bcc15ac0d675fac)
22 build() {
23   cd "$srcdir/$pkgname"
25   cmake -DCMAKE_INSTALL_PREFIX=/usr .
26   make || return 1
27   make DESTDIR="$pkgdir/" install