diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /tdl/Pkgfile | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'tdl/Pkgfile')
-rw-r--r-- | tdl/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tdl/Pkgfile b/tdl/Pkgfile new file mode 100644 index 000000000..f02365327 --- /dev/null +++ b/tdl/Pkgfile @@ -0,0 +1,16 @@ +# Description: Small command-line driven ToDo list manager +# URL: http://www.rpcurnow.force9.co.uk/tdl/ +# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de +# Depends on: ncurses, readline + +name=tdl +version=1.5.2 +release=1 +source=(http://www.rpcurnow.force9.co.uk/tdl/$name-$version.tar.gz) + +build () { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |