wok-current rev 16152
Add: tupi (create 2D animation)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 26 23:53:45 2014 +0100 (2014-03-26) |
parents | 59eaad62a24a |
children | 7c9fe1d1a9c9 |
files | tupi/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tupi/receipt Wed Mar 26 23:53:45 2014 +0100 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="tupi" 1.7 +VERSION="0.2-git03" 1.8 +CATEGORY="graphics" 1.9 +SHORT_DESC="2D vector animation studio" 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +LICENSE="GPL3" 1.12 +TARBALL="${PACKAGE}_${VERSION}.tar.gz" 1.13 +WEB_SITE="http://www.maefloresta.com/" 1.14 +WGET_URL="http://download.berlios.de/tupi/$TARBALL/from_sourceforge" 1.15 + 1.16 +DEPENDS="libQtCore libQtSvg libQtOpenGL ffmpeg quazip mesa libogg libtheora libtheora-enc" 1.17 +BUILD_DEPENDS="ruby Qt4-dev qmake ffmpeg-dev zlib-dev quazip-dev mesa-dev \ 1.18 +libogg-dev libtheora-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + ./configure --prefix=/usr \ 1.24 + $CONFIGURE_ARGS && 1.25 + make && make install 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + mkdir -p $fs/usr/lib $fs/usr/share 1.32 + cp -a $install/usr/bin $fs/usr 1.33 + cp -a $install/usr/lib/tupi $fs/usr/lib 1.34 + cp -a $install/usr/share/mime $fs/usr/share 1.35 + cp -a $install/usr/share/tupi $fs/usr/share 1.36 +}