initial import
[crux-ports.git] / devtodo / Pkgfile
1 # $Id: Pkgfile 98 2006-04-14 15:44:50Z tilman $
2 # Packager: Tilman Sauerbeck (tilman at code-monkey de)
3 # Description: command line application for maintaining lists of tasks
4 # URL: http://swapoff.org/DevTodo
5 # Depends on:
6
7 name=devtodo
8 version=0.1.19
9 release=1
10 source=(http://swapoff.org/files/$name/$name-$version.tar.gz)
11
12 build () {
13         cd $name-$version
14
15         sed -i -e '7s/.*/class TodoDB;/' src/Todo.h
16
17         ./configure --prefix=/usr
18
19         make
20         make DESTDIR=$PKG install
21 }