wok-next diff tupi/receipt @ rev 21447
updated seamonkey (2.7.2 -> 2.53.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 05 17:33:00 2020 +0100 (2020-05-05) |
parents | 533c0cab6960 |
children |
line diff
1.1 --- a/tupi/receipt Wed Oct 22 03:42:23 2014 +0300 1.2 +++ b/tupi/receipt Tue May 05 17:33:00 2020 +0100 1.3 @@ -4,29 +4,29 @@ 1.4 VERSION="0.2-git03" 1.5 CATEGORY="graphics" 1.6 SHORT_DESC="2D vector animation studio" 1.7 -MAINTAINER="pankso@slitaz.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="GPL3" 1.10 -TARBALL="${PACKAGE}_${VERSION}.tar.gz" 1.11 -WEB_SITE="http://www.maefloresta.com/" 1.12 +WEB_SITE="https://www.maefloresta.com/" 1.13 + 1.14 +TARBALL="${PACKAGE}_$VERSION.tar.gz" 1.15 WGET_URL="http://download.berlios.de/tupi/$TARBALL/from_sourceforge" 1.16 1.17 -DEPENDS="libQtCore libQtSvg libQtOpenGL ffmpeg quazip mesa libogg libtheora libtheora-enc" 1.18 BUILD_DEPENDS="ruby-dev Qt4-dev qmake ffmpeg-dev zlib-dev quazip-dev mesa-dev \ 1.19 libogg-dev libtheora-dev" 1.20 1.21 -# Rules to configure and make the package. 1.22 -compile_rules() 1.23 -{ 1.24 - ./configure --prefix=/usr \ 1.25 +compile_rules() { 1.26 + ./configure \ 1.27 + --prefix=/usr \ 1.28 $CONFIGURE_ARGS && 1.29 - make && make install 1.30 + make && 1.31 + make install 1.32 } 1.33 1.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.35 -genpkg_rules() 1.36 -{ 1.37 +genpkg_rules() { 1.38 mkdir -p $fs/usr/lib $fs/usr/share 1.39 cp -a $install/usr/bin $fs/usr 1.40 cp -a $install/usr/lib/tupi $fs/usr/lib 1.41 cp -a $install/usr/share/tupi $fs/usr/share 1.42 + DEPENDS="libQtCore libQtSvg libQtOpenGL ffmpeg quazip mesa libogg libtheora \ 1.43 + libtheora-enc" 1.44 }