opt/devtodo/Pkgfile
2007-09-12 13:21:36 +02:00

18 lines
373 B
Plaintext

# Description: command line application for maintaining lists of tasks
# URL: http://swapoff.org/DevTodo
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=devtodo
version=0.1.20
release=1
source=(http://swapoff.org/files/$name/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}