wok-current annotate libmowgli-dev/receipt @ rev 6466

Fixed libwebkit. Added --enable-jit=yes and remove --enable-svg=no. Svg is need in parts of libwebkit cause some header files are used only if its enabled.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Sep 29 19:28:53 2010 +0000 (2010-09-29)
parents 08a7f948dc8f
children a529ee09935a
rev   line source
mimas@2029 1 # SliTaz package receipt.
mimas@2029 2
mimas@2029 3 PACKAGE="libmowgli-dev"
mimas@2029 4 VERSION="0.7.0"
mimas@2029 5 CATEGORY="development"
mimas@2029 6 SHORT_DESC="High performance and highly flexible algorithms."
mimas@2029 7 MAINTAINER="mimas@slitaz.org"
mimas@2029 8 WANTED="libmowgli"
mimas@2029 9 WEB_SITE="http://www.atheme.org/projects/mowgli.shtml"
mimas@2029 10
mimas@2029 11 # Rules to gen a SliTaz package suitable for Tazpkg.
mimas@2029 12 genpkg_rules()
mimas@2029 13 {
mimas@2029 14 mkdir -p $fs/usr/lib/pkgconfig
mimas@2029 15 cp -a $_pkg/usr/include $fs/usr
pascal@2556 16 #cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
mimas@2029 17 cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig
mimas@2029 18 }
mimas@2029 19