wok view xchm/receipt @ rev 12359

Up: midori to 0.4.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 21:31:07 2012 +0000 (2012-04-19)
parents 7978be568da0
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="xchm"
4 VERSION="1.19"
5 CATEGORY="utilities"
6 SHORT_DESC="Cross-platform GUI for chmlib"
7 MAINTAINER="allan316@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://xchm.sourceforge.net"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="wxWidgets chmlib xorg-libXdamage xorg-libXxf86vm"
13 BUILD_DEPENDS="wxWidgets wxWidgets-dev chmlib chmlib-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share/locale
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
29 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
30 }