wok view kompozer/receipt @ rev 15774

Add TinyCM - A new content manager for SliTaz
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 08 00:18:35 2014 +0100 (2014-01-08)
parents 7bb096863642
children
line source
1 # SliTaz package receipt.
3 PACKAGE="kompozer"
4 VERSION="0.8b3"
5 CATEGORY="network"
6 SHORT_DESC="KompoZer is a complete web authoring system."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MPL"
9 TARBALL="$PACKAGE-$VERSION-src.tar.bz2"
10 WEB_SITE="http://kompozer.net"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS="gtk+"
14 BUILD_DEPENDS="gtk+-dev libIDL zip coreutils findutils"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cp -a $stuff/kompozer.mozconfig $src/.mozconfig
20 cd $src
21 {
22 ./configure \
23 $CONFIGURE_ARGS &&
24 make && make install
25 } 2>&1 | sed "s/build_number': No such/build_number': no such/"
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/lib
32 cp -a $install/usr/bin $fs/usr
33 cp -a $install/usr/lib/kompozer $fs/usr/lib
34 }