2014-06-24 08:07:07 +02:00
|
|
|
#!/bin/sh
|
2017-12-20 01:24:31 +01:00
|
|
|
|
2014-06-24 08:07:07 +02:00
|
|
|
# Slackware build script for wcd
|
|
|
|
|
2017-12-20 01:24:31 +01:00
|
|
|
# Originally written by:
|
|
|
|
# Ryan P.C. McQuen <email removed>
|
|
|
|
|
|
|
|
# Now maintained by B. Watson <yalhcru@gmail.com>
|
2014-06-24 08:07:07 +02:00
|
|
|
|
|
|
|
# This program is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
2015-09-10 23:05:20 +02:00
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
2014-06-24 08:07:07 +02:00
|
|
|
# (at your option) any later version, with the following exception:
|
|
|
|
# the text of the GPL license may be omitted.
|
|
|
|
|
|
|
|
# This program is distributed in the hope that it will be useful, but
|
|
|
|
# without any warranty; without even the implied warranty of
|
|
|
|
# merchantability or fitness for a particular purpose. Compiling,
|
|
|
|
# interpreting, executing or merely reading the text of the program
|
|
|
|
# may result in lapses of consciousness and/or very being, up to and
|
|
|
|
# including the end of all existence and the Universe as we know it.
|
|
|
|
# See the GNU General Public License for more details.
|
|
|
|
|
|
|
|
# You may have received a copy of the GNU General Public License along
|
|
|
|
# with this program (most likely, a file named COPYING). If not, see
|
2015-12-04 19:51:18 +01:00
|
|
|
# <https://www.gnu.org/licenses/>.
|
2014-06-24 08:07:07 +02:00
|
|
|
|
2017-12-20 01:24:31 +01:00
|
|
|
# 20171219 bkw: updated for v6.0.1. also, add /etc/profile.d scripts
|
|
|
|
# so wcd actually *works*.
|
|
|
|
|
2014-06-24 08:07:07 +02:00
|
|
|
PRGNAM=wcd
|
2017-12-20 01:24:31 +01:00
|
|
|
VERSION=${VERSION:-6.0.1}
|
2014-06-24 08:07:07 +02:00
|
|
|
BUILD=${BUILD:-1}
|
|
|
|
TAG=${TAG:-_SBo}
|
|
|
|
|
|
|
|
if [ -z "$ARCH" ]; then
|
|
|
|
case "$( uname -m )" in
|
2016-12-06 08:05:30 +01:00
|
|
|
i?86) ARCH=i586 ;;
|
2014-06-24 08:07:07 +02:00
|
|
|
arm*) ARCH=arm ;;
|
|
|
|
*) ARCH=$( uname -m ) ;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
|
|
|
|
CWD=$(pwd)
|
|
|
|
TMP=${TMP:-/tmp/SBo}
|
|
|
|
PKG=$TMP/package-$PRGNAM
|
|
|
|
OUTPUT=${OUTPUT:-/tmp}
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
rm -rf $PKG
|
|
|
|
mkdir -p $TMP $PKG $OUTPUT
|
|
|
|
cd $TMP
|
|
|
|
rm -rf $PRGNAM-$VERSION
|
|
|
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
2016-01-17 12:54:16 +01:00
|
|
|
cd $PRGNAM-$VERSION
|
2014-06-24 08:07:07 +02:00
|
|
|
chown -R root:root .
|
|
|
|
find -L . \
|
|
|
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
2015-12-04 19:51:18 +01:00
|
|
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
2014-06-24 08:07:07 +02:00
|
|
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
2015-12-04 19:51:18 +01:00
|
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
2014-06-24 08:07:07 +02:00
|
|
|
|
2016-12-06 08:05:30 +01:00
|
|
|
if [ "$ARCH" = "i586" ]; then
|
|
|
|
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
2014-06-24 08:07:07 +02:00
|
|
|
LIBDIRSUFFIX=""
|
|
|
|
elif [ "$ARCH" = "i686" ]; then
|
|
|
|
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
|
|
|
LIBDIRSUFFIX=""
|
|
|
|
elif [ "$ARCH" = "x86_64" ]; then
|
|
|
|
SLKCFLAGS="-O2 -fPIC"
|
|
|
|
LIBDIRSUFFIX="64"
|
|
|
|
else
|
|
|
|
SLKCFLAGS="-O2"
|
|
|
|
LIBDIRSUFFIX=""
|
|
|
|
fi
|
|
|
|
|
2016-01-17 12:54:16 +01:00
|
|
|
cd src
|
|
|
|
|
2014-06-24 08:07:07 +02:00
|
|
|
RPM_OPT_FLAGS="$SLKCFLAGS" \
|
|
|
|
make all
|
|
|
|
make \
|
|
|
|
prefix=$PKG/usr \
|
|
|
|
docdir=$PKG/usr/doc/$PRGNAM-$VERSION \
|
|
|
|
mandir=$PKG/usr/man \
|
|
|
|
install
|
|
|
|
|
|
|
|
# remove .exe so command is executable
|
|
|
|
mv $PKG/usr/bin/wcd.exe $PKG/usr/bin/wcd
|
|
|
|
|
|
|
|
# Put _all_ man pages under usr/man
|
|
|
|
mv $PKG/usr/share/man/* $PKG/usr/man
|
|
|
|
rmdir $PKG/usr/share/man
|
|
|
|
|
|
|
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
|
|
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2017-12-20 01:24:31 +01:00
|
|
|
# profile.d scripts, installed executable (like mc does).
|
|
|
|
mkdir -p $PKG/etc/profile.d/
|
|
|
|
install -m0755 -oroot -groot \
|
|
|
|
$CWD/$PRGNAM.sh $CWD/$PRGNAM.csh $PKG/etc/profile.d/
|
|
|
|
|
2014-06-24 08:07:07 +02:00
|
|
|
cp -a ../doc/INSTALL.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
|
|
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
|
|
|
|
|
|
|
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.${PKGTYPE:-tgz}
|