wok annotate claws-mail-dev/receipt @ rev 2636
Up: slitaz-base-files (change release string) + slitaz-doc for 2.0
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 16 19:59:30 2009 +0200 (2009-04-16) |
parents | 2e5e480ef593 |
children | 4ff214bcbebe |
rev | line source |
---|---|
erjo@1240 | 1 # SliTaz package receipt. |
erjo@1240 | 2 |
erjo@1240 | 3 PACKAGE="claws-mail-dev" |
erjo@2466 | 4 VERSION="3.7.1" |
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" |
erjo@1240 | 8 DEPENDS="" |
erjo@1240 | 9 BUIDL_DEPENDS="libetpan" |
erjo@1240 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
erjo@1240 | 11 WEB_SITE="http://www.claws-mail.org/index.php" |
erjo@1240 | 12 WANTED="claws-mail" |
erjo@1240 | 13 |
erjo@1240 | 14 |
erjo@1240 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@1240 | 16 genpkg_rules() |
erjo@1240 | 17 { |
erjo@1240 | 18 mkdir -p $fs/usr/lib/$WANTED/plugins |
erjo@1240 | 19 cp -a $_pkg/usr/include $fs/usr |
erjo@1240 | 20 cp -a $_pkg/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/ |
erjo@1240 | 21 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib/ |
erjo@1240 | 22 } |
erjo@1240 | 23 |