mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
Merge pull request #671 from Visone-Selektah/remind
This commit is contained in:
1
main/remind/.checksums
Normal file
1
main/remind/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
6041ea1a13526cb8b90ef26d92b01019 remind-04.00.00.tar.gz
|
||||
35
main/remind/.pkgfiles
Normal file
35
main/remind/.pkgfiles
Normal file
@@ -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
|
||||
16
main/remind/spkgbuild
Normal file
16
main/remind/spkgbuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user