wok-next view chmlib/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 835b3b8ce6ac
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="chmlib"
4 VERSION="0.40"
5 CATEGORY="misc"
6 SHORT_DESC="Library for reading Microsoft ITSS/CHM format files"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.jedrea.com/chmlib/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.jedrea.com/chmlib/$TARBALL"
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install || return 1
22 cook_pick_docs README
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 chmlib)
28 copy @std
29 TAGS="CHM windows"
30 ;;
31 *-dev)
32 copy @dev
33 ;;
34 esac
35 }