contrib/wyrd/Pkgfile

20 lines
483 B
Plaintext
Raw Normal View History

2007-07-18 11:50:41 +02:00
# Description: Text-based front-end to Remind
# URL: http://www.eecs.umich.edu/~pelzlpj/wyrd/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on: remind, ocaml
name=wyrd
version=1.4.2
release=1
source=(http://www.eecs.umich.edu/~pelzlpj/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
chown -R root:root $PKG
}