wok-backports annotate claws-mail-dev/receipt @ rev 14

linux: update bdeps (aufs needs bash)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 23 10:02:39 2013 +0000 (2013-12-23)
parents
children
rev   line source
erjo@12 1 # SliTaz package receipt.
erjo@12 2
erjo@12 3 PACKAGE="claws-mail-dev"
erjo@12 4 VERSION="3.9.3"
erjo@12 5 CATEGORY="development"
erjo@12 6 SHORT_DESC="The user-firendly, lightweight and fast email client dev files"
erjo@12 7 MAINTAINER="erjo@slitaz.org"
erjo@12 8 LICENSE="GPL3"
erjo@12 9 WEB_SITE="http://www.claws-mail.org/index.php"
erjo@12 10 WANTED="claws-mail"
erjo@12 11
erjo@12 12 DEPENDS="claws-mail gtk+-dev libetpan-dev gnutls-dev pkg-config"
erjo@12 13
erjo@12 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@12 15 genpkg_rules()
erjo@12 16 {
erjo@12 17 mkdir -p $fs/usr/lib/$WANTED/plugins
erjo@12 18 cp -a $install/usr/include $fs/usr
erjo@12 19 cp -a $install/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/
erjo@12 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib/
erjo@12 21 }
erjo@12 22