wok view kompozer/receipt @ rev 14381

re-alpine: build workaround
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 22 22:23:56 2013 +0200 (2013-04-22)
parents
children 7bb096863642
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 TARBALL="$PACKAGE-$VERSION-src.tar.bz2"
9 WEB_SITE="http://kompozer.net"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="gtk+"
13 BUILD_DEPENDS="gtk+-dev libIDL zip coreutils findutils"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cp -a $stuff/kompozer.mozconfig $src/.mozconfig
19 cd $src
20 ./configure \
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
29 cp -a $install/usr/bin $fs/usr
30 cp -a $install/usr/lib/kompozer $fs/usr/lib
31 }