wok annotate claws-mail-dev/receipt @ rev 6963

Fixed claws-mail building on clean chroot. Added claws-mail, gtk+-dev, and libetpan-dev to claws-mail-dev depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 26 13:09:46 2010 +0000 (2010-10-26)
parents 1a5e4f717f59
children a54ee7acbfc3
rev   line source
erjo@1240 1 # SliTaz package receipt.
erjo@1240 2
erjo@1240 3 PACKAGE="claws-mail-dev"
erjo@5498 4 VERSION="3.7.6"
pascal@1423 5 CATEGORY="development"
erjo@1240 6 SHORT_DESC="The user-firendly, lightweight and fast email client dev files"
erjo@1240 7 MAINTAINER="erjo@slitaz.org"
slaxemulator@6963 8 DEPENDS="claws-mail gtk+-dev libetpan-dev"
erjo@1240 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@1240 10 WEB_SITE="http://www.claws-mail.org/index.php"
erjo@1240 11 WANTED="claws-mail"
erjo@1240 12
erjo@1240 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1240 14 genpkg_rules()
erjo@1240 15 {
erjo@1240 16 mkdir -p $fs/usr/lib/$WANTED/plugins
erjo@1240 17 cp -a $_pkg/usr/include $fs/usr
erjo@1240 18 cp -a $_pkg/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/
erjo@1240 19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib/
erjo@1240 20 }
erjo@1240 21