mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/devedeng: Updated for version 4.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3efde45f46
commit
7053f89130
2 changed files with 7 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=devedeng
|
||||
VERSION=${VERSION:-4.5.0}
|
||||
VERSION=${VERSION:-4.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,7 +63,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
mv $PKG/usr/share/man $PKG/usr
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mv $PKG/usr/share/doc/$PRGNAM/html $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
rm -rf $PKG/usr/share/doc
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="devedeng"
|
||||
VERSION="4.5.0"
|
||||
VERSION="4.6.1"
|
||||
HOMEPAGE="http://www.rastersoft.com/programas/devede.html"
|
||||
DOWNLOAD="https://github.com/rastersoft/devedeng/archive/4.5.0.tar.gz"
|
||||
MD5SUM="f53b5067025d7f0e355f9aa09c933d6f"
|
||||
DOWNLOAD="https://github.com/rastersoft/devedeng/archive/4.6.1.tar.gz"
|
||||
MD5SUM="2a2b423ab954f6e521242b150d40b13d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="dvdauthor ffmpeg vcdimager gnome-common pygobject3-python3"
|
||||
REQUIRES="dvdauthor ffmpeg vcdimager pygobject3-python3"
|
||||
MAINTAINER="Hunter Sezen"
|
||||
EMAIL="ovariegata@yahoo.com"
|
||||
|
|
Loading…
Reference in a new issue