contrib/tina/Pkgfile

19 lines
519 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: Personal Information Manager with curses interface.
# URL: http://savannah.nongnu.org/projects/tina/
2007-01-20 12:21:06 +10:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
2006-11-20 07:26:53 +10:00
#
# Depends on:
2006-11-14 09:01:22 +10:00
name=tina
version=0.1.9
release=2
source=(http://ftp.debian.org/debian/pool/main/t/tina/$name\_$version.tar.gz)
build() {
2006-11-20 07:26:53 +10:00
cd $name-$version
./configure --prefix=/usr
make && make DESTDIR=$PKG install
chown -R root:root $PKG
2006-11-14 09:01:22 +10:00
}