wok-backports diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/claws-mail-dev/receipt	Mon Dec 23 10:02:39 2013 +0000
     1.3 @@ -0,0 +1,22 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="claws-mail-dev"
     1.7 +VERSION="3.9.3"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="The user-firendly, lightweight and fast email client dev files"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="http://www.claws-mail.org/index.php"
    1.13 +WANTED="claws-mail"
    1.14 +
    1.15 +DEPENDS="claws-mail gtk+-dev libetpan-dev gnutls-dev pkg-config"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/lib/$WANTED/plugins
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22 +	cp -a $install/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/
    1.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib/
    1.24 +}
    1.25 +