mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/industrial-cursor-theme: Updated for version 0.6.1.3
This commit is contained in:
parent
3c3ef8bf04
commit
04ebf62946
2 changed files with 5 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
PRGNAM=industrial-cursor-theme
|
||||
VERSION=0.6.1.3
|
||||
ARCH=${ARCH:-i486}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -15,12 +15,6 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
|
@ -56,4 +50,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="industrial-cursor-theme"
|
|||
VERSION="0.6.1.3"
|
||||
HOMEPAGE="http://packages.debian.org/stable/gnome/industrial-cursor-theme"
|
||||
DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/i/industrial-cursor-theme/industrial-cursor-theme_0.6.1.3.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="c53c19b134dcb9c0b0c22f70832668d7"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="slakmagik"
|
||||
EMAIL="jsun@freeshell.org"
|
||||
APPROVED="David Somero"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue