updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / skulpture / PKGBUILD
blobe032c644fceb04b8b9c757e0d797fc30bd4e3701
1 # Contributor: Viliam Pucik <viliam dot pucik at gmail dot com>
3 pkgname=skulpture
4 pkgver=0.2.4
5 pkgrel=1
6 pkgdesc="Qt4/KDE4 style"
7 arch=('i686' 'x86_64')
8 url="http://skulpture.maxiom.de/"
9 license="GPL"
10 depends=('kdebase-workspace')
11 makedepends=('automoc4' 'cmake')
12 source=(http://www.kde-look.org/CONTENT/content-files/59031-$pkgname-$pkgver.tar.gz)
13 md5sums=('bf22c1122e99f3c80c95deeea5b20ed5')
15 build() {
16     cd $startdir/src/$pkgname-$pkgver
17     ./configure || return 1
18     make || return 1
19     make DESTDIR=$pkgdir install || return 1