wok view tupi/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 0a83affdfa51
children 7ebadfdd02af
line source
1 # SliTaz package receipt.
3 PACKAGE="tupi"
4 VERSION="0.2-git03"
5 CATEGORY="graphics"
6 SHORT_DESC="2D vector animation studio"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
10 WEB_SITE="http://www.maefloresta.com/"
11 WGET_URL="http://download.berlios.de/tupi/$TARBALL/from_sourceforge"
13 DEPENDS="libQtCore libQtSvg libQtOpenGL ffmpeg quazip mesa libogg libtheora libtheora-enc"
14 BUILD_DEPENDS="ruby-dev Qt4-dev qmake ffmpeg-dev zlib-dev quazip-dev mesa-dev \
15 libogg-dev libtheora-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure --prefix=/usr \
21 $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib $fs/usr/share
29 cp -a $install/usr/bin $fs/usr
30 cp -a $install/usr/lib/tupi $fs/usr/lib
31 cp -a $install/usr/share/tupi $fs/usr/share
32 }