From 8037057f60dac87a19b1ad7dddf481ccbaaed554 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 2 Oct 2012 22:19:52 +0200 Subject: libraries/frei0r: Cleanup of redundant docs. Added the optional dependencies opencv and gavl. Changed maintainer Signed-off-by: Matteo Bernardini --- libraries/frei0r/frei0r.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libraries/frei0r/frei0r.SlackBuild') diff --git a/libraries/frei0r/frei0r.SlackBuild b/libraries/frei0r/frei0r.SlackBuild index 541008c750..1523616827 100644 --- a/libraries/frei0r/frei0r.SlackBuild +++ b/libraries/frei0r/frei0r.SlackBuild @@ -30,7 +30,7 @@ PRGNAM=frei0r VERSION=1.3 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -95,14 +95,14 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -# move html doc and clean $PKG/usr/share -#mv $PKG/usr/share/doc/$PRGNAM-plugins-$VERSION/html $PKG/usr/doc/$PRGNAM-$VERSION/ -#rm -fR $PKG/usr/share cp -a \ AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +# Remove misplaced docs, thanks to Niki Kovacs +rm -fR $PKG/usr/share + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc -- cgit v1.2.3