wok annotate claws-mail-archive/receipt @ rev 15189

Add memtest-serial (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 18:12:50 2013 +0000 (2013-08-25)
parents c5775237410d
children 95f0c340fe01
rev   line source
erjo@3655 1 # SliTaz package receipt.
erjo@3655 2
erjo@3655 3 PACKAGE="claws-mail-archive"
erjo@13435 4 VERSION="0.6.12"
jozee@5706 5 CATEGORY="network"
erjo@3655 6 SHORT_DESC="claws-mail archiving features"
erjo@3655 7 MAINTAINER="erjo@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
erjo@3655 9 SOURCE="archive"
erjo@3655 10 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@3655 11 WEB_SITE="http://www.claws-mail.org"
erjo@3655 12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@3655 13
pascal@14999 14 DEPENDS="claws-mail libarchive acl liblzma bzlib"
pascal@14999 15 BUILD_DEPENDS="claws-mail-dev gnutls-dev enchant-dev libxml2-dev libarchive-dev attr-dev acl-dev liblzma-dev pkg-config"
pascal@14999 16
erjo@3655 17 # Rules to configure and make the package.
erjo@3655 18 compile_rules()
erjo@3655 19 {
erjo@3655 20 cd $src
erjo@3655 21 ./configure \
erjo@3655 22 $CONFIGURE_ARGS &&
slaxemulator@11080 23 make && make DESTDIR=$DESTDIR install
erjo@3655 24 }
erjo@3655 25
erjo@3655 26 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@3655 27 genpkg_rules()
erjo@3655 28 {
erjo@3655 29 mkdir -p $fs/usr/lib/claws-mail/plugins \
erjo@3655 30 $fs/usr/share/locale
erjo@3655 31
pascal@14999 32 cp -a $install/usr/lib/claws-mail/plugins/*.so* \
slaxemulator@11080 33 $fs/usr/lib/claws-mail/plugins
erjo@3655 34 }
erjo@3655 35