wok-next annotate chmlib/receipt @ rev 20811

blazekiss: up (20170630); add icons
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 13 16:49:32 2018 +0300 (2018-06-13)
parents de370e2d8541
children d5aab818505e
rev   line source
al@20331 1 # SliTaz package receipt v2.
erjo@1306 2
erjo@1306 3 PACKAGE="chmlib"
slaxemulator@6219 4 VERSION="0.40"
erjo@1306 5 CATEGORY="misc"
al@20331 6 SHORT_DESC="Library for reading Microsoft ITSS/CHM format files"
erjo@1306 7 MAINTAINER="allan316@gmail.com"
pascal@15579 8 LICENSE="LGPL2.1"
al@20331 9 WEB_SITE="http://www.jedrea.com/chmlib/"
al@20331 10
al@20331 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@1306 12 WGET_URL="http://www.jedrea.com/chmlib/$TARBALL"
jozee@4933 13
al@20331 14 SPLIT="chmlib-dev"
pascal@15579 15
al@20331 16 compile_rules() {
al@20569 17 ./configure $CONFIGURE_ARGS &&
al@20569 18 fix libtool &&
al@20569 19 make &&
al@20569 20 make install || return 1
al@20331 21
al@20331 22 cook_pick_docs README
erjo@1306 23 }
erjo@1306 24
al@20331 25 genpkg_rules() {
al@20331 26 case $PACKAGE in
al@20331 27 chmlib)
al@20331 28 copy @std
al@20331 29 TAGS="CHM windows"
al@20331 30 ;;
al@20331 31 *-dev)
al@20331 32 copy @dev
al@20331 33 ;;
al@20331 34 esac
erjo@1306 35 }