wok annotate djvulibre-dev/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 159a8b382826
children 380ffe05937a
rev   line source
al@14429 1 # SliTaz package receipt.
al@14429 2
al@14429 3 PACKAGE="djvulibre-dev"
al@14429 4 VERSION="3.5.25.3"
al@14742 5 CATEGORY="development"
al@14429 6 SHORT_DESC="A web-centric format and software platform for distributing documents and images, development files."
al@14429 7 MAINTAINER="pascal.bellard@slitaz.org"
al@14429 8 WEB_SITE="http://djvu.sourceforge.net/"
al@14429 9 WANTED="djvulibre"
al@14429 10
al@14429 11 DEPENDS="djvulibre"
al@14429 12
al@14429 13 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14429 14 genpkg_rules()
al@14429 15 {
al@14429 16 mkdir -p $fs/usr/lib
al@14429 17 cp -a $install/usr/include $fs/usr
al@14429 18 cp -a $install/usr/lib/*a $fs/usr/lib
al@14429 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
al@14429 20 }