forked from ports/contrib
20 lines
483 B
Plaintext
20 lines
483 B
Plaintext
|
# 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
|
||
|
}
|