wyrd: NEW port

This commit is contained in:
James Mills 2007-07-18 19:50:41 +10:00
parent 5b870452d1
commit d801a44e0a
3 changed files with 31 additions and 0 deletions

11
wyrd/.footprint Normal file
View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/wyrd
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/wyrdrc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/wyrd.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/wyrdrc.5.gz

1
wyrd/.md5sum Normal file
View File

@ -0,0 +1 @@
9de1c07c4f662a2b28d4cf29ed6818b9 wyrd-1.4.2.tar.gz

19
wyrd/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# 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
}