wok-undigest annotate evolution-plugin/receipt @ rev 411

evolution: misc fixes?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 30 12:50:10 2011 +0200 (2011-08-30)
parents d3cabeef32fc
children 6b158c4f9b61
rev   line source
erjo@2 1 # SliTaz package receipt.
erjo@2 2
erjo@2 3 PACKAGE="evolution-plugin"
pascal@411 4 VERSION="0.28.1"
pascal@411 5 CATEGORY="network"
pascal@411 6 SHORT_DESC="Integrated mail, addressbook and calendaring plugins."
pascal@411 7 MAINTAINER="erjo@slitaz.org"
erjo@2 8 DEPENDS=""
erjo@2 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@411 10 WEB_SITE="http://projects.gnome.org/evolution/download.shtml"
pascal@411 11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/${VERSION%.*}/$TARBALL"
erjo@2 12
erjo@2 13 # Rules to configure and make the package.
erjo@2 14 compile_rules()
erjo@2 15 {
erjo@2 16 cd $src
erjo@2 17 ./configure \
erjo@2 18 --prefix=/usr \
erjo@2 19 --infodir=/usr/share/info \
erjo@2 20 --mandir=/usr/share/man \
erjo@2 21 $CONFIGURE_ARGS &&
erjo@2 22 make && make DESTDIR=$PWD/_pkg install
erjo@2 23 }
erjo@2 24
erjo@2 25 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2 26 genpkg_rules()
erjo@2 27 {
erjo@2 28 mkdir -p $fs/usr
erjo@2 29 cp -a $_pkg/usr/bin $fs/usr
erjo@2 30 }
erjo@2 31