wyrd: NEW port
This commit is contained in:
parent
5b870452d1
commit
d801a44e0a
11
wyrd/.footprint
Normal file
11
wyrd/.footprint
Normal 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
1
wyrd/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
9de1c07c4f662a2b28d4cf29ed6818b9 wyrd-1.4.2.tar.gz
|
19
wyrd/Pkgfile
Normal file
19
wyrd/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user