
Receipt for package "tupi"
# SliTaz package receipt. PACKAGE="tupi" VERSION="0.2-git03" CATEGORY="graphics" SHORT_DESC="2D vector animation studio" MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" TARBALL="${PACKAGE}_${VERSION}.tar.gz" WEB_SITE="https://www.maefloresta.com/" WGET_URL="$SF_MIRROR/tupi2d/$TARBALL" DEPENDS="libQtCore libQtSvg libQtOpenGL ffmpeg quazip mesa libogg libtheora libtheora-enc" BUILD_DEPENDS="ruby-dev Qt4-dev qmake ffmpeg-dev zlib-dev quazip-dev mesa-dev \ libogg-dev libtheora-dev libgnutls" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/tupi2d/files/Source%20Code/ 2>/dev/null | \ sed '/tupi-/!d;/tar.gz/!d;s|.tar.gz.*||;s|.*tupi-||;q' } # Rules to configure and make the package. compile_rules() { ./configure --prefix=/usr \ $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/tupi $fs/usr/lib cp -a $install/usr/share/tupi $fs/usr/share sed -i 's|/bin/bash|/bin/sh|' $fs/usr/bin/tupi }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)