diff --git a/main/remind/.checksums b/main/remind/.checksums new file mode 100644 index 000000000..24a79161c --- /dev/null +++ b/main/remind/.checksums @@ -0,0 +1 @@ +6041ea1a13526cb8b90ef26d92b01019 remind-04.00.00.tar.gz diff --git a/main/remind/.pkgfiles b/main/remind/.pkgfiles new file mode 100644 index 000000000..8c108daad --- /dev/null +++ b/main/remind/.pkgfiles @@ -0,0 +1,35 @@ +remind-04.00.00-1 +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/rem -> remind +-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/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/rem.1.gz +-rw-r--r-- root/root usr/share/man/man1/rem2ps.1.gz +-rw-r--r-- root/root usr/share/man/man1/remind.1.gz +-rw-r--r-- root/root usr/share/man/man1/tkremind.1.gz +drwxr-xr-x root/root usr/share/remind/ +drwxr-xr-x root/root usr/share/remind/holidays/ +-rw-r--r-- root/root usr/share/remind/holidays/ca.rem +-rw-r--r-- root/root usr/share/remind/holidays/us.rem +drwxr-xr-x root/root usr/share/remind/lang/ +-rw-r--r-- root/root usr/share/remind/lang/auto.rem +-rw-r--r-- root/root usr/share/remind/lang/da.rem +-rw-r--r-- root/root usr/share/remind/lang/de.rem +-rw-r--r-- root/root usr/share/remind/lang/en.rem +-rw-r--r-- root/root usr/share/remind/lang/es.rem +-rw-r--r-- root/root usr/share/remind/lang/fi.rem +-rw-r--r-- root/root usr/share/remind/lang/fr.rem +-rw-r--r-- root/root usr/share/remind/lang/is.rem +-rw-r--r-- root/root usr/share/remind/lang/it.rem +-rw-r--r-- root/root usr/share/remind/lang/nl.rem +-rw-r--r-- root/root usr/share/remind/lang/no.rem +-rw-r--r-- root/root usr/share/remind/lang/pl.rem +-rw-r--r-- root/root usr/share/remind/lang/pt.rem +-rw-r--r-- root/root usr/share/remind/lang/ro.rem +drwxr-xr-x root/root usr/share/remind/site/ +-rw-r--r-- root/root usr/share/remind/site/README diff --git a/main/remind/spkgbuild b/main/remind/spkgbuild new file mode 100644 index 000000000..cdae4d70b --- /dev/null +++ b/main/remind/spkgbuild @@ -0,0 +1,16 @@ +# description : Sophisticated calendar and alarm program +# homepage : https://dianne.skoll.ca/projects/remind/ + +name=remind +version=04.00.00 +release=1 +source="$name-$version.tar.gz::https://git.skoll.ca/Skollsoft-Public/Remind/archive/$version.tar.gz" + + +build() { + cd $name + ./configure + sed -i 's|prefix=/usr/local|prefix=/usr|' src/Makefile + + make DESTDIR=$PKG install +}