mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
office/taskd: Fix .info, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
becae89fa9
commit
7d3e2c3f45
2 changed files with 4 additions and 5 deletions
|
@ -53,7 +53,7 @@ TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i586 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
|
@ -64,8 +64,8 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
if [ "$ARCH" = "i486" ]; then
|
if [ "$ARCH" = "i586" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
elif [ "$ARCH" = "i686" ]; then
|
elif [ "$ARCH" = "i686" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||||
|
@ -126,7 +126,6 @@ cat $CWD/profile/taskddata.csh > $PKG/etc/profile.d/taskddata.csh.new
|
||||||
chmod 755 $PKG/etc/profile.d/*new
|
chmod 755 $PKG/etc/profile.d/*new
|
||||||
chmod 644 $PKG/etc/taskddata.new
|
chmod 644 $PKG/etc/taskddata.new
|
||||||
|
|
||||||
# Compress man pages
|
|
||||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@ PRGNAM="taskd"
|
||||||
VERSION="1.1.0"
|
VERSION="1.1.0"
|
||||||
HOMEPAGE="http://taskwarrior.org"
|
HOMEPAGE="http://taskwarrior.org"
|
||||||
DOWNLOAD="http://taskwarrior.org/download/taskd-1.1.0.tar.gz"
|
DOWNLOAD="http://taskwarrior.org/download/taskd-1.1.0.tar.gz"
|
||||||
DOWNLOAD_x86_64=""
|
|
||||||
MD5SUM="ac855828c16f199bdbc45fbc227388d0"
|
MD5SUM="ac855828c16f199bdbc45fbc227388d0"
|
||||||
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Robert Allen"
|
MAINTAINER="Robert Allen"
|
||||||
|
|
Loading…
Reference in a new issue