summaryrefslogtreecommitdiffstats
path: root/multimedia/dvdstyler/dvdstyler.SlackBuild
diff options
context:
space:
mode:
author ponce2010-09-21 02:30:48 +0200
committer Robby Workman2010-09-22 05:09:43 +0200
commit365a1a2efda6a824f4d1002516a57586646f01fd (patch)
tree09869d01d93b4be44039f07c10eadda60d0c847d /multimedia/dvdstyler/dvdstyler.SlackBuild
parent23875d103469cf8ccf8e23fca3b534d4e4a022b5 (diff)
downloadslackbuilds-365a1a2efda6a824f4d1002516a57586646f01fd.tar.gz
multimedia/dvdstyler: Updated for version 1.8.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'multimedia/dvdstyler/dvdstyler.SlackBuild')
-rw-r--r--multimedia/dvdstyler/dvdstyler.SlackBuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/multimedia/dvdstyler/dvdstyler.SlackBuild b/multimedia/dvdstyler/dvdstyler.SlackBuild
index 822dd70c2e..f32576090c 100644
--- a/multimedia/dvdstyler/dvdstyler.SlackBuild
+++ b/multimedia/dvdstyler/dvdstyler.SlackBuild
@@ -6,7 +6,7 @@
PRGNAM=dvdstyler
SPRGNAM=DVDStyler
-VERSION=${VERSION:-1.8.0b3}
+VERSION=${VERSION:-1.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,17 +69,12 @@ make
make install DESTDIR=$PKG
install -D -m0644 data/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png
-mkdir $PKG/usr/share/$PRGNAM/templates
-cp -a templates/*dvdt templates/*png $PKG/usr/share/$PRGNAM/templates
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-( 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
-)
-
+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
cp -a AUTHORS COPYING ChangeLog INSTALL README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild