diff options
author | Cezary M. Kruk <c.kruk@bigfoot.com> | 2011-07-12 04:55:27 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:04 -0300 |
commit | 0f30ed4aba237e066d0cc5f10db94612449308fd (patch) | |
tree | d784b67aef5452e6cabbe245d5fd3d7869ca3221 /desktop/wmmixer/wmmixer.SlackBuild | |
parent | 9ec60e53da2c7d83151b0d3810bc0228be1c6441 (diff) | |
download | slackbuilds-0f30ed4aba237e066d0cc5f10db94612449308fd.tar.gz |
desktop/wmmixer: Updated website info and fixed manpages.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/wmmixer/wmmixer.SlackBuild')
-rw-r--r-- | desktop/wmmixer/wmmixer.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/desktop/wmmixer/wmmixer.SlackBuild b/desktop/wmmixer/wmmixer.SlackBuild index d50d3f25cf..8b3ab20a7f 100644 --- a/desktop/wmmixer/wmmixer.SlackBuild +++ b/desktop/wmmixer/wmmixer.SlackBuild @@ -7,15 +7,13 @@ PRGNAM=wmmixer VERSION=${VERSION:-1.5} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} 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 @@ -58,13 +56,13 @@ make \ CXXFLAGS="$SLKCFLAGS" \ prefix=/usr \ mandir=/usr/man - + make install \ prefix=/usr \ mandir=/usr/man \ DESTDIR=$PKG -gzip -9c $PKG/usr/man/man1/wmmixer.1 +gzip -9 $PKG/usr/man/man1/wmmixer.1 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a CHANGES COPYING INSTALL README home.wmmixer \ |