forked from ports/contrib
uptimed 0.3.9
This commit is contained in:
parent
7204acfe6b
commit
da365f4bc0
@ -6,7 +6,6 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/uprecords
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libuptimed.a
|
||||
-rwxr-xr-x root/root usr/lib/libuptimed.la
|
||||
lrwxrwxrwx root/root usr/lib/libuptimed.so -> libuptimed.so.0.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libuptimed.so.0 -> libuptimed.so.0.0.0
|
||||
|
@ -1,2 +1,2 @@
|
||||
e6ef350822a8ce092e3810c6c67cbf75 rc.uptimed
|
||||
23018bc24b33709ab98c99367595fa4f uptimed-0.3.8.tar.bz2
|
||||
f1aa5b40c021fc839dde0381366027aa uptimed-0.3.9.tar.bz2
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Maintainer: Mark Rosenstand, mark at borkware dot net
|
||||
|
||||
name=uptimed
|
||||
version=0.3.8
|
||||
version=0.3.9
|
||||
release=1
|
||||
source=(http://podgorny.cz/uptimed/releases/uptimed-$version.tar.bz2
|
||||
rc.uptimed)
|
||||
@ -14,7 +14,11 @@ build() {
|
||||
sed -i etc/uptimed.conf-dist \
|
||||
-e /^SENDMAIL=/s:lib:sbin: \
|
||||
-e s:^PIDFILE=.*:'&.pid':
|
||||
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/man
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/man \
|
||||
--disable-static
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
mv $PKG/etc/uptimed.conf-dist $PKG/etc/uptimed.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user