updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / kdestyle-alloy / PKGBUILD
blobe71f50cbb01e787636676b8312ff50c631a2cedf
1 #Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
3 pkgname=kdestyle-alloy
4 pkgver=0.5.3
5 pkgrel=1
6 pkgdesc="A style based on the Java Alloy Look & Feel"
7 url="http://www.kde-look.org/content/show.php?content=10605"
8 license=""
9 depends=('qt')
10 makedepends=('kdelibs')
11 install=
12 source=(http://www.kde-look.org/content/files/10605-alloy-$pkgver.tar.bz2)
13 md5sums=('4c84f744ba0eeda89436e1c671e18c85')
15 build() {
16   cd $startdir/src/alloy-$pkgver
17   ./configure --prefix=/opt/kde
18   make || return 1
19   make prefix=$startdir/pkg/opt/kde install