#Packager: George Vlahavas pkgname=cairo-clock pkgver=0.3.4 pkgrel=1gv source=("http://macslow.thepimp.net/projects/cairo-clock/cairo-clock-$pkgver.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "bugs") url=http://macslow.thepimp.net/?page_id=23 slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "cairo-clock (an analog clock displaying the system time)" "Cairo-clock is an analog clock displaying the system-time. 'So what?'," "you might say, 'There are about 1.023.493 of those already out there'." "Indeed there are and probably some more, but this one is a bit" "different." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg mkdir -p $startdir/pkg/usr/share/icons/hicolor/48x48/apps ( cd $startdir/pkg/usr/share/icons/hicolor/48x48/apps ln -s ../../../../pixmaps/cairo-clock.png cairo-clock.png ) }