# $Id: Pkgfile 98 2006-04-14 15:44:50Z tilman $ # Packager: Tilman Sauerbeck (tilman at code-monkey de) # Description: command line application for maintaining lists of tasks # URL: http://swapoff.org/DevTodo # Depends on: name=devtodo version=0.1.19 release=1 source=(http://swapoff.org/files/$name/$name-$version.tar.gz) build () { cd $name-$version sed -i -e '7s/.*/class TodoDB;/' src/Todo.h ./configure --prefix=/usr make make DESTDIR=$PKG install }