wok annotate chmlib/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents f7e96b8e3444
children eb8067417980
rev   line source
erjo@1306 1 # SliTaz package receipt.
erjo@1306 2
erjo@1306 3 PACKAGE="chmlib"
slaxemulator@6219 4 VERSION="0.40"
erjo@1306 5 CATEGORY="misc"
jozee@4933 6 SHORT_DESC="library for dealing with CHM format or windows help files"
erjo@1306 7 MAINTAINER="allan316@gmail.com"
erjo@1306 8 DEPENDS=""
erjo@1306 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@1306 10 WEB_SITE="http://www.jedrea.com/chmlib"
erjo@1306 11 WGET_URL="http://www.jedrea.com/chmlib/$TARBALL"
jozee@4933 12 TAGS="CHM windows"
jozee@4933 13
erjo@1306 14 # Rules to configure and make the package.
erjo@1306 15 compile_rules()
erjo@1306 16 {
erjo@1306 17 cd $src
erjo@1306 18 ./configure --prefix=/usr --infodir=/usr/share/info \
erjo@1306 19 --mandir=/usr/share/man $CONFIGURE_ARGS
erjo@1306 20 make
erjo@1306 21 make DESTDIR=$PWD/_pkg install
erjo@1306 22 }
erjo@1306 23
erjo@1306 24 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1306 25 genpkg_rules()
erjo@1306 26 {
erjo@1306 27 mkdir -p $fs/usr/lib
erjo@1306 28 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/
erjo@1306 29 }