wok annotate libwebkit-dev/receipt @ rev 15597

Update some bdeps with pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 11:43:50 2013 +0000 (2013-12-05)
parents 8d6f480bf664
children e62fe73c97ae
rev   line source
mallory@3146 1 # SliTaz package receipt.
mallory@3146 2
mallory@3146 3 PACKAGE="libwebkit-dev"
domcox@14106 4 VERSION="1.8.3"
slaxemulator@11247 5 CATEGORY="development"
slaxemulator@11247 6 SHORT_DESC="devel files for libwebkit"
slaxemulator@8530 7 SOURCE="webkit"
mallory@3146 8 WANTED="libwebkit"
mallory@3146 9 MAINTAINER="mallory@sweetpeople.org"
pascal@15482 10 LICENSE="LGPL2"
mallory@3146 11 WEB_SITE="http://webkitgtk.org"
mallory@3146 12
pascal@15597 13 DEPENDS="libwebkit libsoup-dev enchant-dev libtasn1-dev sqlite-dev pkg-config"
pascal@15482 14
mallory@3146 15 # Rules to gen a SliTaz package suitable for Tazpkg.
mallory@3146 16 genpkg_rules()
mallory@3146 17 {
slaxemulator@6687 18 mkdir -p $fs/usr/lib $fs/usr/share
pascal@15482 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15482 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15482 21 cp -a $install/usr/include $fs/usr
pascal@15482 22 [ -d $install/usr/share/gir-1.0 ] &&
pascal@15482 23 cp -a $install/usr/share/gir-1.0 $fs/usr/share
slaxemulator@11247 24 if [ -f $fs/usr/lib/pkgconfig/webkit-1.0.pc ]; then
domcox@14106 25 ln -sf /usr/lib/pkgconfig/webkit-1.0.pc \
domcox@14106 26 $fs/usr/lib/pkgconfig/webkitgtk-1.0.pc
slaxemulator@11247 27 fi
mallory@3146 28 }