wok-next annotate claws-mail-archive/receipt @ rev 11865
up bird 1.3.6
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Mon Feb 27 12:44:50 2012 -0800 (2012-02-27) |
parents | 4df3de057e5f |
children | c5775237410d |
rev | line source |
---|---|
erjo@3655 | 1 # SliTaz package receipt. |
erjo@3655 | 2 |
erjo@3655 | 3 PACKAGE="claws-mail-archive" |
slaxemulator@11080 | 4 VERSION="0.6.10" |
jozee@5706 | 5 CATEGORY="network" |
erjo@3655 | 6 SHORT_DESC="claws-mail archiving features" |
erjo@3655 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@4999 | 8 DEPENDS="claws-mail libarchive acl liblzma bzlib" |
slaxemulator@6965 | 9 BUILD_DEPENDS="claws-mail-dev gnutls-dev enchant-dev libxml2-dev libarchive-dev attr-dev acl-dev liblzma-dev pkg-config" |
erjo@3655 | 10 SOURCE="archive" |
erjo@3655 | 11 TARBALL="$SOURCE-$VERSION.tar.gz" |
erjo@3655 | 12 WEB_SITE="http://www.claws-mail.org" |
erjo@3655 | 13 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" |
erjo@3655 | 14 |
erjo@3655 | 15 # Rules to configure and make the package. |
erjo@3655 | 16 compile_rules() |
erjo@3655 | 17 { |
erjo@3655 | 18 cd $src |
erjo@3655 | 19 ./configure \ |
erjo@3655 | 20 $CONFIGURE_ARGS && |
slaxemulator@11080 | 21 make && make DESTDIR=$DESTDIR install |
erjo@3655 | 22 } |
erjo@3655 | 23 |
erjo@3655 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@3655 | 25 genpkg_rules() |
erjo@3655 | 26 { |
erjo@3655 | 27 mkdir -p $fs/usr/lib/claws-mail/plugins \ |
erjo@3655 | 28 $fs/usr/share/locale |
erjo@3655 | 29 |
erjo@3655 | 30 cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* \ |
slaxemulator@11080 | 31 $fs/usr/lib/claws-mail/plugins |
erjo@3655 | 32 } |
erjo@3655 | 33 |