libraries/stfl: Fix installing of examples.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2012-09-10 21:27:46 -05:00 committed by Robby Workman
parent 8033ce09f0
commit 1bf54982d3
2 changed files with 12 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PRGNAM=stfl
VERSION=${VERSION:-0.22}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -68,10 +68,19 @@ find $PKG -depth -type d -empty -delete || true
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# make installs an example for perl in the lib path
rm $PKG/usr/lib${LIBDIRSUFFIX}/perl5/vendor_perl/example.pl
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING README example.c $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# install all examples into the doc directory
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples
cp -a \
example.{c,stfl} perl5/example.pl python/example.* ruby/example.rb spl/*.spl \
$PKG/usr/doc/$PRGNAM-$VERSION/examples
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

View File

@ -2,9 +2,9 @@ PRGNAM="stfl"
VERSION="0.22"
HOMEPAGE="http://www.clifford.at/stfl/"
DOWNLOAD="http://www.clifford.at/stfl/stfl-0.22.tar.gz"
MD5SUM="df4998f69fed15fabd702a25777f74ab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MD5SUM="df4998f69fed15fabd702a25777f74ab"
REQUIRES=""
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="bosth@alumni.sfu.ca"