wok-current view xchm/receipt @ rev 23976
net-snmp: do not install darwin?.h
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Sat Oct 31 15:07:33 2020 +0000 (2020-10-31) | 
| parents | 1d426143c715 | 
| children | c365fe17a816 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="xchm"
     4 VERSION="1.23"
     5 CATEGORY="utilities"
     6 SHORT_DESC="Cross-platform GUI for chmlib"
     7 MAINTAINER="allan316@gmail.com"
     8 LICENSE="GPL2"
     9 TARBALL="$PACKAGE-$VERSION.tar.gz"
    10 WEB_SITE="https://github.com/rzvncj/xCHM"
    11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    13 DEPENDS="wxWidgets28 chmlib xorg-libXdamage xorg-libXxf86vm"
    14 BUILD_DEPENDS="wxWidgets28-dev chmlib-dev"
    16 # Rules to configure and make the package.
    17 compile_rules()
    18 {
    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 $install/usr/bin $fs/usr
    28 	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    29 	cp -a $install/usr/share/pixmaps $fs/usr/share
    30 }