wok rev 6735
Up: ORBit2 to 2.14.19.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 16 18:27:00 2010 +0000 (2010-10-16) |
parents | ffb49473f5e0 |
children | 8de1a32b44a8 |
files | ORBit2-dev/receipt ORBit2/receipt |
line diff
1.1 --- a/ORBit2-dev/receipt Sat Oct 16 18:16:16 2010 +0000 1.2 +++ b/ORBit2-dev/receipt Sat Oct 16 18:27:00 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ORBit2-dev" 1.7 -VERSION="2.14.17" 1.8 +VERSION="2.14.19" 1.9 CATEGORY="development" 1.10 SHORT_DESC="ORBit2 devel files." 1.11 MAINTAINER="rcx@zoominternet.net"
2.1 --- a/ORBit2/receipt Sat Oct 16 18:16:16 2010 +0000 2.2 +++ b/ORBit2/receipt Sat Oct 16 18:27:00 2010 +0000 2.3 @@ -1,15 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ORBit2" 2.7 -VERSION="2.14.17" 2.8 +VERSION="2.14.19" 2.9 CATEGORY="development" 2.10 SHORT_DESC="A CORBA 2.4-compliant Object Request Broker (ORB)." 2.11 MAINTAINER="rcx@zoominternet.net" 2.12 -DEPENDS="glibc-base glib libIDL" 2.13 -BUILD_DEPENDS="slitaz-toolchain glib-dev dbus-dev dbus-glib-dev libIDL" 2.14 +DEPENDS="glib libIDL" 2.15 +BUILD_DEPENDS="glib-dev dbus-dev dbus-glib-dev libIDL pkg-config" 2.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.17 WEB_SITE="http://projects.gnome.org/ORBit2/" 2.18 -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/2.14/$TARBALL" 2.19 +WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 2.20 2.21 # Rules to configure and make the package. 2.22 compile_rules()