mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libdaemon: Updated for version 0.13
This commit is contained in:
parent
c5c36fd645
commit
661bf39f37
3 changed files with 21 additions and 27 deletions
|
@ -23,9 +23,9 @@
|
|||
# Modified by the SlackBuilds.org Project
|
||||
|
||||
PRGNAM=libdaemon
|
||||
VERSION=0.12
|
||||
VERSION=0.13
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -37,7 +37,7 @@ if [ "$ARCH" = "i486" ]; then
|
|||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
elif [ "$ARCH" = "x86" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
fi
|
||||
|
||||
|
@ -50,11 +50,7 @@ rm -rf $PRGNAM-$VERSION
|
|||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
@ -62,9 +58,9 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--enable-static=no \
|
||||
--build=$ARCH-slackware-linux \
|
||||
--host=$ARCH-slackware-linux
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-static \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
@ -80,7 +76,6 @@ make install DESTDIR=$PKG
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
PRGNAM="libdaemon"
|
||||
VERSION="0.12"
|
||||
VERSION="0.13"
|
||||
HOMEPAGE="http://0pointer.de/lennart/projects/libdaemon/"
|
||||
DOWNLOAD="http://0pointer.de/lennart/projects/libdaemon/libdaemon-0.12.tar.gz"
|
||||
MD5SUM="76596823cc1a6d1cdf7779b782ff0ee6"
|
||||
DOWNLOAD="http://0pointer.de/lennart/projects/libdaemon/libdaemon-0.13.tar.gz"
|
||||
MD5SUM="ae9113fcd825d5a7f07e5ddccb3c3102"
|
||||
MAINTAINER="Rodney Cobb"
|
||||
EMAIL="rdc@ktabic.co.uk"
|
||||
APPROVED="David Somero"
|
|
@ -5,15 +5,15 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libdaemon: libdaemon (daemon library)
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libdaemon: libdaemon (Unix daemonizing library)
|
||||
libdaemon:
|
||||
libdaemon: libdaemon is a lightweight C library that eases the
|
||||
libdaemon: writing of Unix daemons.
|
||||
libdaemon:
|
||||
libdaemon: Homepage: http://0pointer.de/lennart/projects/libdaemon/
|
||||
libdaemon:
|
||||
libdaemon:
|
||||
libdaemon:
|
||||
libdaemon:
|
||||
libdaemon:
|
||||
libdaemon: libdaemon is a lightweight C library that eases the writing of UNIX
|
||||
libdaemon: daemons.
|
||||
libdaemon:
|
||||
libdaemon:
|
||||
libdaemon:
|
||||
libdaemon:
|
||||
libdaemon:
|
||||
libdaemon:
|
||||
libdaemon:
|
||||
|
|
Loading…
Reference in a new issue