wok annotate djvulibre-dev/receipt @ rev 15596

Update some bdeps with pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 10:45:02 2013 +0000 (2013-12-05)
parents 380ffe05937a
children d6b99c62ef00
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"
pascal@15000 8 LICENSE="GPL2"
al@14429 9 WEB_SITE="http://djvu.sourceforge.net/"
al@14429 10 WANTED="djvulibre"
al@14429 11
pascal@15596 12 DEPENDS="djvulibre pkg-config"
al@14429 13
al@14429 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14429 15 genpkg_rules()
al@14429 16 {
al@14429 17 mkdir -p $fs/usr/lib
al@14429 18 cp -a $install/usr/include $fs/usr
al@14429 19 cp -a $install/usr/lib/*a $fs/usr/lib
al@14429 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
al@14429 21 }