contrib/wyrd/Pkgfile
2013-02-04 13:42:40 +01:00

20 lines
528 B
Plaintext

# Description: Text-based front-end to Remind
# URL: http://www.eecs.umich.edu/~pelzlpj/wyrd/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: remind, ocaml
name=wyrd
version=1.4.6
release=1
source=(http://pessimization.com/software/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/usr/etc
make
make DESTDIR=$PKG install
}