diff options
author | ponce <matteo.bernardini@gmail.com> | 2011-12-28 05:16:43 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-31 00:24:38 -0600 |
commit | c32473a38d57a659b2a6977f9055587e7bb43727 (patch) | |
tree | 1984259f9100f7d7c53fde70c23da17a5f86dcb3 /system/lxpolkit | |
parent | 47330e1d4ad691805e565c728396e70dafb1d907 (diff) | |
download | slackbuilds-c32473a38d57a659b2a6977f9055587e7bb43727.tar.gz |
system/lxpolkit: Updated for version 0.1.0
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/lxpolkit')
-rw-r--r-- | system/lxpolkit/lxpolkit.SlackBuild | 12 | ||||
-rw-r--r-- | system/lxpolkit/lxpolkit.info | 8 |
2 files changed, 7 insertions, 13 deletions
diff --git a/system/lxpolkit/lxpolkit.SlackBuild b/system/lxpolkit/lxpolkit.SlackBuild index 0cae05303a..583d654861 100644 --- a/system/lxpolkit/lxpolkit.SlackBuild +++ b/system/lxpolkit/lxpolkit.SlackBuild @@ -7,16 +7,14 @@ # generated by Grissiom's sbo-dev-helper PRGNAM=lxpolkit -VERSION=${VERSION:-20100726_0ce3d64} +VERSION=${VERSION:-0.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -55,7 +53,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -sh autogen.sh +sh autogen.sh || true CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -64,15 +62,11 @@ CXXFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ - --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux make -make install DESTDIR=$PKG - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +make install-strip DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ diff --git a/system/lxpolkit/lxpolkit.info b/system/lxpolkit/lxpolkit.info index 73fbaa6f83..38713b8cd4 100644 --- a/system/lxpolkit/lxpolkit.info +++ b/system/lxpolkit/lxpolkit.info @@ -1,10 +1,10 @@ PRGNAM="lxpolkit" -VERSION="20100726_0ce3d64" +VERSION="0.1.0" HOMEPAGE="http://lxde.org" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde-git/lxpolkit-20100726_0ce3d64.tar.xz" -MD5SUM="fe70c6206bad9ccfc01ba08b1120920c" +DOWNLOAD="http://downloads.sourceforge.net/lxde/lxpolkit-0.1.0.tar.gz" +MD5SUM="2597b00035fe1d695219e0f9bfa8c26f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="ponce" EMAIL="matteo.bernardini@gmail.com" -APPROVED="michiel" +APPROVED="Erik Hanson" |