wok view xchm/receipt @ rev 13679

cryptopp: up 5.6.1
author Samuel Trassare <samuel_trassare@yahoo.com>
date Tue Nov 27 09:57:29 2012 -0800 (2012-11-27)
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 }