diff --git a/wyrd/.footprint b/wyrd/.footprint new file mode 100644 index 000000000..cbfcd64b7 --- /dev/null +++ b/wyrd/.footprint @@ -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 diff --git a/wyrd/.md5sum b/wyrd/.md5sum new file mode 100644 index 000000000..aac31cac3 --- /dev/null +++ b/wyrd/.md5sum @@ -0,0 +1 @@ +9de1c07c4f662a2b28d4cf29ed6818b9 wyrd-1.4.2.tar.gz diff --git a/wyrd/Pkgfile b/wyrd/Pkgfile new file mode 100644 index 000000000..eac3ac303 --- /dev/null +++ b/wyrd/Pkgfile @@ -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 +}