wok-current diff glibmm/receipt @ rev 9528
Up: glibmm to 2.28.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 07 23:17:08 2011 +0000 (2011-04-07) |
parents | 044e07dfd9f5 |
children | 380012ada188 |
line diff
1.1 --- a/glibmm/receipt Wed Nov 03 03:02:17 2010 +0000 1.2 +++ b/glibmm/receipt Thu Apr 07 23:17:08 2011 +0000 1.3 @@ -1,27 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="glibmm" 1.7 -VERSION="2.24.2" 1.8 +VERSION="2.28.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="C++ interface for the popular GUI library GTK+." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="glib libgio libgiomm libsigc++ gcc-lib-base" 1.13 -BUILD_DEPENDS="glib-dev libgio-dev libsigc++-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.gtkmm.org/" 1.16 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.24/$TARBALL" 1.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 - ./configure \ 1.24 - --prefix=/usr \ 1.25 - --infodir=/usr/share/info \ 1.26 - --mandir=/usr/share/man \ 1.27 - $CONFIGURE_ARGS && 1.28 - make && 1.29 - make DESTDIR=$PWD/_pkg install 1.30 + ./configure && make && make install 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg.