wok diff ORBit2/receipt @ rev 10120
Fixed typo in last commit.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 16:10:58 2011 +0000 (2011-05-20) |
parents | 2ce2ef1854a4 |
children | 269cebcd4f1f |
line diff
1.1 --- a/ORBit2/receipt Wed Jun 10 10:58:34 2009 +0000 1.2 +++ b/ORBit2/receipt Fri May 20 16:10:58 2011 +0000 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ORBit2" 1.7 -VERSION="2.14.17" 1.8 +VERSION="2.14.19" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A CORBA 2.4-compliant Object Request Broker (ORB)." 1.11 MAINTAINER="rcx@zoominternet.net" 1.12 -DEPENDS="glibc-base glib libIDL" 1.13 -BUILD_DEPENDS="slitaz-toolchain glib-dev dbus-dev dbus-glib-dev libIDL" 1.14 +DEPENDS="glib libIDL" 1.15 +BUILD_DEPENDS="glib-dev dbus-dev dbus-glib-dev libIDL pkg-config" 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WEB_SITE="http://projects.gnome.org/ORBit2/" 1.18 -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/2.14/$TARBALL" 1.19 +WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules()