updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / clearbox-app / PKGBUILD
blobd74eba7b06df23c9adb4c685bd927e2e62e11d66
1 # Contributor: Hugo Olabera <hoo@marandhu.jazztel.es>
2 # Maintainer: Shaun Lastra <badicalia@gmail.com>
3 pkgname=clearbox-app
4 pkgver=1.0
5 pkgrel=0
6 pkgdesc="A small GTK application allows configuration of different theme aspects, provides a preview of the theme, and can save it in the user themes folder."
7 url="http://www.marandhu.jazztel.es/clearbox/"
8 depends=('metacity' 'x-server')
9 source=(http://www.marandhu.jazztel.es/clearbox/download/clearbox-app.tar.gz)
10 md5sums=('847a29daee61fbb0b507e6621c69bed5')
12 build() {
13   cd $startdir/src/clearbox-$pkgver
14   ./configure --prefix=/usr
15   make || return 1
16   make DESTDIR=$startdir/pkg install