wok diff orage/receipt @ rev 18859

Up 1.0v to 1.0.1v
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Jan 27 06:07:29 2016 +0000 (2016-01-27)
parents 8e92fa1484da
children 6e8b1bcb30e2
line diff
     1.1 --- a/orage/receipt	Sat Dec 17 11:42:21 2011 +0100
     1.2 +++ b/orage/receipt	Wed Jan 27 06:07:29 2016 +0000
     1.3 @@ -5,14 +5,17 @@
     1.4  CATEGORY="office"
     1.5  SHORT_DESC="Xfce calendar"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="libxfcegui4 libnotify dbus atk libgio pango cairo libnotify \
     1.8 -xfce4-panel atk libgio pango cairo xfce4-panel popt"
     1.9 -BUILD_DEPENDS="libxfcegui4-dev xfce4-panel-dev libnotify-dev dbus-dev intltool popt-dev"
    1.10 +LICENSE="GPL2"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12  WEB_SITE="http://www.xfce.org"
    1.13  WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.14  TAGS="office"
    1.15  
    1.16 +DEPENDS="libxfcegui4 libnotify dbus atk libgio pango cairo libnotify \
    1.17 +xfce4-panel popt"
    1.18 +BUILD_DEPENDS="libxfcegui4-dev xfce4-panel-dev libnotify-dev dbus-dev \
    1.19 +intltool popt-dev gtk+-dev"
    1.20 +
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 @@ -23,20 +26,20 @@
    1.25                  --enable-libnotify \
    1.26  				--libexecdir=/usr/lib/$PACKAGE \
    1.27                  $CONFIGURE_ARGS &&
    1.28 -        make && make DESTDIR=$PWD/_pkg install
    1.29 +        make && make DESTDIR=$DESTDIR install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35          mkdir -p $fs/usr/share
    1.36 -        cp -a $_pkg/usr/bin $fs/usr
    1.37 -        cp -a $_pkg/usr/lib $fs/usr
    1.38 -        cp -a $_pkg/usr/share/applications $fs/usr/share
    1.39 -        cp -a $_pkg/usr/share/xfce4 $fs/usr/share
    1.40 -        cp -a $_pkg/usr/share/orage $fs/usr/share
    1.41 -        cp -a $_pkg/usr/share/orage $fs/usr/share
    1.42 -        cp -a $_pkg/usr/share/dbus-1 $fs/usr/share
    1.43 -        cp -a $_pkg/usr/share/icons $fs/usr/share
    1.44 +        cp -a $install/usr/bin $fs/usr
    1.45 +        cp -a $install/usr/lib $fs/usr
    1.46 +        cp -a $install/usr/share/applications $fs/usr/share
    1.47 +        cp -a $install/usr/share/xfce4 $fs/usr/share
    1.48 +        cp -a $install/usr/share/orage $fs/usr/share
    1.49 +        cp -a $install/usr/share/orage $fs/usr/share
    1.50 +        cp -a $install/usr/share/dbus-1 $fs/usr/share
    1.51 +        cp -a $install/usr/share/icons $fs/usr/share
    1.52  }
    1.53