mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
desktop/bmpanel2: Updated for version 20111207_5ad46c8.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
418910b40c
commit
bccd5718fc
2 changed files with 7 additions and 10 deletions
|
@ -22,13 +22,10 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bmpanel2
|
||||
VERSION=${VERSION:-20110303_d6e866f}
|
||||
VERSION=${VERSION:-20111207_5ad46c8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# You should change this value if you want to build a newer version/commit
|
||||
COMMIT=${COMMIT:-d6e866f}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
|
@ -63,9 +60,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf nsf-$PRGNAM-$COMMIT
|
||||
tar xvf $CWD/nsf-$PRGNAM*-g$COMMIT.tar.?z*
|
||||
cd nsf-$PRGNAM-$COMMIT
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM*-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bmpanel2"
|
||||
VERSION="20110303_d6e866f"
|
||||
VERSION="20111207_5ad46c8"
|
||||
HOMEPAGE="http://code.google.com/p/bmpanel2/"
|
||||
DOWNLOAD="https://github.com/nsf/bmpanel2/tarball/d6e866f4b33e1ff8bae3598dd17b00f6dfd77c38"
|
||||
MD5SUM="ba48fa48d90d160a298241f8441ad685"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/bmpanel2-20111207_5ad46c8.tar.xz"
|
||||
MD5SUM="3bb7a62f18b4e3b84ac292f2133c7ddf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue