4 pkgdesc="DevTodo is small command line application for maintaining lists of tasks. It stores tasks hierarchically, with each task given one of five priority levels. Data is stored as XML, so various XSLT templates can be executed on the XML to convert it into different formats (eg. HTML)."
5 url="http://swapoff.org/DevTodo"
7 depends=('glibc' 'ncurses' 'readline')
10 source=(gcc4.3.0_fix.diff)
11 md5sums=('1d8bb758be5410dfc13202dd7a2463e9')
13 _svntrunk="http://swapoff.org/svn/todo/trunk"
19 svn co $_svntrunk $_svnmod
20 msg "SVN checkout done or server timeout"
24 msg2 "Applying GCC 4.3 compatibility patch..."
25 patch -p0 < $startdir/gcc4.3.0_fix.diff || return 1
28 ./autogen.sh --prefix=/usr --sysconfdir=/etc || return 1
29 ./autogen.sh --prefix=/usr --sysconfdir=/etc || return 1
32 ./configure --prefix=/usr --sysconfdir=/etc || return 1
35 make DESTDIR=$startdir/pkg install || return 1