summaryrefslogtreecommitdiff
path: root/libraries/libavc1394/libavc1394.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libavc1394/libavc1394.SlackBuild')
-rw-r--r--libraries/libavc1394/libavc1394.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/libraries/libavc1394/libavc1394.SlackBuild b/libraries/libavc1394/libavc1394.SlackBuild
index bfde69cc5c..3a6fc5ade8 100644
--- a/libraries/libavc1394/libavc1394.SlackBuild
+++ b/libraries/libavc1394/libavc1394.SlackBuild
@@ -26,16 +26,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libavc1394
-VERSION=0.5.3
-BUILD=${BUILD:-2}
+VERSION=0.5.4
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -88,7 +86,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
-)
+)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog AUTHORS COPYING INSTALL NEWS README TODO \