#Maintainer: R S Ananda Murthy #Former Maintainer: Antonino Ingegnere #Anything commented out is optional and can be deleted. pkgname=gtick pkgver=0.5.0 pkgrel=1 zenver=72 arch=i486 source=('http://www.antcom.de/gtick/download/gtick-0.5.0.tar.gz' 'gtick.png') sourcetemplate=http://zenwalk.pinguix.com/user-accounts/rsamurti/$pkgname/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.antcom.de/gtick/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "GTick is a metronome application written for GNU/Linux and other" "UN*X-like operting systems supporting different meters (Even, 2/4," "3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes" "GTK+ and OSS (ALSA compatible). It is part of the GNU Project." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg mkdir -p $startdir/pkg/usr/share/applications mkdir -p $startdir/pkg/usr/share/icons/hicolor/48x48/apps cp $startdir/src/$pkgname.png $startdir/pkg/usr/share/icons/hicolor/48x48/apps/$pkgname.png chmod -x $startdir/pkg/usr/share/icons/hicolor/48x48/apps/$pkgname.png cat < $startdir/pkg/usr/share/applications/$pkgname.desktop [Desktop Entry] Encoding=UTF-8 Name=GTick Comment=GTick is a metronome application Exec=gtick Terminal=false Type=Application Categories=AudioVideo Icon=gtick StartupNotify=false EOF }