wok-undigest annotate evolution-mapi/receipt @ rev 1229

updated libgio and libgio-dev (2.43.3 -> 2.62.4)
author Hans-G?nter Theisgen
date Wed Sep 09 14:00:14 2020 +0100 (2020-09-09)
parents d7a713ee252b
children
rev   line source
erjo@2 1 # SliTaz package receipt.
erjo@2 2
erjo@2 3 PACKAGE="evolution-mapi"
erjo@2 4 VERSION="0.28.1"
pascal@411 5 CATEGORY="network"
pascal@411 6 SHORT_DESC="Integrated mail, addressbook and calendaring."
erjo@2 7 MAINTAINER="erjo@slitaz.org"
pascal@1039 8 LICENSE="LGPL2"
erjo@2 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@2 10 WEB_SITE="http://projects.gnome.org/evolution/download.shtml"
pascal@415 11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@2 12
pascal@1039 13 DEPENDS=""
pascal@1039 14 BUILD_DEPENDS="evolution-data-server-dev"
pascal@1039 15
erjo@2 16 # Rules to configure and make the package.
erjo@2 17 compile_rules()
erjo@2 18 {
erjo@2 19 cd $src
erjo@2 20 ./configure \
erjo@2 21 --prefix=/usr \
erjo@2 22 --infodir=/usr/share/info \
erjo@2 23 --mandir=/usr/share/man \
erjo@2 24 $CONFIGURE_ARGS &&
pascal@1039 25 make && make DESTDIR=$DESTDIR install
erjo@2 26 }
erjo@2 27
erjo@2 28 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2 29 genpkg_rules()
erjo@2 30 {
erjo@2 31 mkdir -p $fs/usr
pascal@1039 32 cp -a $install/usr/bin $fs/usr
erjo@2 33 }
erjo@2 34