summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--remind/.footprint16
-rw-r--r--remind/.md5sum1
-rw-r--r--remind/Pkgfile19
3 files changed, 36 insertions, 0 deletions
diff --git a/remind/.footprint b/remind/.footprint
new file mode 100644
index 000000000..6e2ab1ba7
--- /dev/null
+++ b/remind/.footprint
@@ -0,0 +1,16 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/cm2rem.tcl
+-rwxr-xr-x root/root usr/bin/kall
+-rwxr-xr-x root/root usr/bin/rem
+-rwxr-xr-x root/root usr/bin/rem2ps
+-rwxr-xr-x root/root usr/bin/remind
+-rwxr-xr-x root/root usr/bin/tkremind
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/cm2rem.1.gz
+-rw-r--r-- root/root usr/man/man1/kall.1.gz
+-rw-r--r-- root/root usr/man/man1/rem.1.gz
+-rw-r--r-- root/root usr/man/man1/rem2ps.1.gz
+-rw-r--r-- root/root usr/man/man1/remind.1.gz
+-rw-r--r-- root/root usr/man/man1/tkremind.1.gz
diff --git a/remind/.md5sum b/remind/.md5sum
new file mode 100644
index 000000000..9292822d5
--- /dev/null
+++ b/remind/.md5sum
@@ -0,0 +1 @@
+41258b5d1058cc6938ebd6279706ac48 remind-03.00.24.tar.gz
diff --git a/remind/Pkgfile b/remind/Pkgfile
new file mode 100644
index 000000000..b70a06fb7
--- /dev/null
+++ b/remind/Pkgfile
@@ -0,0 +1,19 @@
+# Description: A sophisticated CLI calendar and alarm program
+# URL: http://www.roaringpenguin.com/penguin/open_source_remind.php
+# Maintainer: James Mills, prologic at shortcircuit dot net dot au
+# Packager: treach, treachster at gmail dot com
+#
+# Depends on:
+
+name=remind
+version=03.00.24
+release=1
+source=(http://www.roaringpenguin.com/files/download/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ chown -R root:root $PKG
+}

Generated by cgit