system/openais: Updated for subversion revision 2189.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-09-21 15:42:08 +02:00 committed by Robby Workman
parent c88d0cfcf5
commit b76c18889b
2 changed files with 8 additions and 6 deletions

View file

@ -10,7 +10,7 @@
# Modified by the SlackBuilds.org project
PRGNAM=openais
VERSION=${VERSION:-1.1.2}
VERSION=${VERSION:-r2189}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -49,7 +49,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@ -58,6 +58,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
./autogen.sh || true
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@ -83,7 +85,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS CHANGELOG LICENSE README.amf \
AUTHORS LICENSE README.amf \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="openais"
VERSION="1.1.2"
VERSION="r2189"
HOMEPAGE="http://www.openais.org/"
DOWNLOAD="ftp://ftp:downloads@ftp.openais.org/downloads/openais-1.1.2/openais-1.1.2.tar.gz"
MD5SUM="f94ccb867358ac54ab24bc54def27335"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/openais-r2189.tar.xz"
MD5SUM="adfed257aed8ad53c0364e714005d261"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="corosync"