wok-next annotate libjte/receipt @ rev 20358

Update libunwind, strace; pcmanfm-qt: update dependencies; shrink icu (less 2MB comparing to the *-full version); add awf.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 22 21:52:02 2017 +0200 (2017-11-22)
parents
children df20b2110f7e
rev   line source
al@19910 1 # SliTaz package receipt v2.
al@19910 2
al@19910 3 PACKAGE="libjte"
al@19910 4 VERSION="1.20"
al@19910 5 CATEGORY="utilities"
al@19910 6 SHORT_DESC="Jigdo Template Export library"
al@19910 7 MAINTAINER="al.bobylev@gmail.com"
al@19910 8 LICENSE=""
al@19910 9 WEB_SITE="http://www.einval.com/~steve/software/JTE/"
al@19910 10
al@19910 11 TARBALL="jigit_$VERSION.orig.tar.gz"
al@19910 12 WGET_URL="http://www.einval.com/~steve/software/JTE/download/$TARBALL"
al@19910 13
al@19910 14 BUILD_DEPENDS="zlib-dev bzip2-dev"
al@19910 15 SPLIT="libjte-dev"
al@19910 16
al@19910 17 compile_rules() {
al@19910 18 make &&
al@19910 19 make -C libjte install || return 1
al@19910 20
al@19910 21 cook_pick_manpages *.1 *.8
al@19910 22 }
al@19910 23
al@19910 24 genpkg_rules() {
al@19910 25 case $PACKAGE in
al@19910 26 libjte)
al@19910 27 copy @std
al@19910 28 DEPENDS="bzlib zlib"
al@19910 29 ;;
al@19910 30 *-dev)
al@19910 31 copy @dev
al@19910 32 DEPENDS="libjte bzip2-dev zlib-dev"
al@19910 33 ;;
al@19910 34 esac
al@19910 35 }