wok-undigest diff evolution/receipt @ rev 1221

copied libxrandr recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:32:58 2019 +0100 (2019-11-15)
parents 5ceba248fb85
children
line diff
     1.1 --- a/evolution/receipt	Thu May 31 11:51:53 2012 +0200
     1.2 +++ b/evolution/receipt	Fri Nov 15 17:32:58 2019 +0100
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Integrated mail, addressbook and calendaring"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="LGPL2"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9 +WEB_SITE="http://projects.gnome.org/evolution/"
    1.10 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.11 +
    1.12  DEPENDS="glib libgnomecanvas libbonobo libglade"
    1.13  BUILD_DEPENDS="gnome-desktop gnome-doc-utils-dev GConf-dev glib-dev \
    1.14  libgnomecanvas-dev libbonobo-dev libglade-dev shared-mime-info-dev \
    1.15  libbonoboui-dev libgnomeui-dev gnome-desktop-dev evolution-data-server-dev \
    1.16  gnome-icon-theme libgtkhtml-dev bison flex"
    1.17 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="http://projects.gnome.org/evolution/"
    1.19 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -23,13 +25,13 @@
    1.24  		--infodir=/usr/share/info \
    1.25  		--mandir=/usr/share/man \
    1.26  		$CONFIGURE_ARGS &&
    1.27 -	make && make DESTDIR=$PWD/_pkg install
    1.28 +	make && make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr
    1.35 -	cp -a $_pkg/usr/bin $fs/usr
    1.36 +	cp -a $install/usr/bin $fs/usr
    1.37  }
    1.38