# Description: Metronome using the GTK-toolkit # URL: http://www.antcom.de/gtick/ # Maintainer: Vincenzo Colosimo, vico at bicisport dot de # Depends on: gtk name=gtick version=0.4.2 release=1 source=(http://www.antcom.de/${name}/download/${name}-${version}.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --mandir=/usr/man \ --disable-nls make make DESTDIR=$PKG install }