remind: 03.00.24 -> 03.01.04

This commit is contained in:
Thomas Penteker 2008-03-06 00:38:47 +01:00
parent bae017d966
commit 7e26e21587
3 changed files with 4 additions and 6 deletions

View File

@ -1,15 +1,13 @@
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
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/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

View File

@ -1 +1 @@
41258b5d1058cc6938ebd6279706ac48 remind-03.00.24.tar.gz
de8eb47fed72c347c840e337a1f8cf85 remind-03.01.04.tar.gz

View File

@ -6,13 +6,13 @@
# Depends on:
name=remind
version=03.00.24
version=03.01.04
release=1
source=(http://www.roaringpenguin.com/files/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
chown -R root:root $PKG