wok diff orage/receipt @ rev 8304
Fix: libdv depends on xorg-libXv
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Feb 01 02:53:04 2011 +0100 (2011-02-01) |
parents | 3f863de98c5b |
children | 55aa21db7f5b |
line diff
1.1 --- a/orage/receipt Sat Sep 25 13:37:25 2010 +0200 1.2 +++ b/orage/receipt Tue Feb 01 02:53:04 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="orage" 1.7 -VERSION="4.6.1" 1.8 +VERSION="4.8.0" 1.9 CATEGORY="office" 1.10 SHORT_DESC="Xfce calendar" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -10,7 +10,7 @@ 1.13 BUILD_DEPENDS="libxfcegui4-dev xfce4-panel-dev libnotify-dev dbus-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.xfce.org" 1.16 -WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.1/src/$TARBALL" 1.17 +WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 1.18 TAGS="office" 1.19 1.20 # Rules to configure and make the package. 1.21 @@ -21,7 +21,7 @@ 1.22 --prefix=/usr \ 1.23 --enable-dbus \ 1.24 --enable-libnotify \ 1.25 - --libexecdir=/usr/lib/$PACKAGE \ 1.26 + --libexecdir=/usr/lib/$PACKAGE \ 1.27 $CONFIGURE_ARGS && 1.28 make && make DESTDIR=$PWD/_pkg install 1.29 }