updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / styleclock / PKGBUILD
blob795658a292e9bd6034331767b1d049dd6df70f59
1 # PKGBUILD written by 3ED
3 pkgname=styleclock
4 pkgver=0.5.1
5 pkgrel=1
6 depends=('kdebase' 'kdelibs>=3.4.0')
7 pkgdesc="StyleClock is a better-looking replacement for the regular KDE clock. It is easily and flexibly themable and it comes with a built in alarm clock and countdown timer."
8 source=(http://fred.hexbox.de/$pkgname/$pkgname-$pkgver.tar.gz)
9 url="http://fred.hexbox.de/styleclock/"
10 md5sums=('8fa2a382239e61d6ad0c2d23a70ef1cd')
11 build()        {
12         cd $startdir/src/$pkgname-$pkgver
13         ./configure --prefix=/opt/kde
14         make || return 1
15         make DESTDIR=$startdir/pkg install