contrib/wyrd/Pkgfile
2017-06-21 22:38:07 +02:00

20 lines
516 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, camlp
name=wyrd
version=1.4.6
release=1
source=(https://crux.nu/~tek/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/usr/etc
make
make DESTDIR=$PKG install
}