wok-6.x rev 9529
Up: pangomm to 2.28.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 07 23:19:07 2011 +0000 (2011-04-07) |
parents | d970d5e4ca74 |
children | dcda9a57ae61 |
files | pangomm-dev/receipt pangomm/receipt |
line diff
1.1 --- a/pangomm-dev/receipt Thu Apr 07 23:17:08 2011 +0000 1.2 +++ b/pangomm-dev/receipt Thu Apr 07 23:19:07 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pangomm-dev" 1.7 -VERSION="2.26.3" 1.8 +VERSION="2.28.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Pangomm library devel files." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/pangomm/receipt Thu Apr 07 23:17:08 2011 +0000 2.2 +++ b/pangomm/receipt Thu Apr 07 23:19:07 2011 +0000 2.3 @@ -1,27 +1,23 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pangomm" 2.7 -VERSION="2.26.3" 2.8 +VERSION="2.28.1" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Pango binding for GTKmm." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 DEPENDS="pixman cairomm glibmm libgiomm pango gcc-lib-base" 2.13 -BUILD_DEPENDS="pixman-dev cairomm-dev glibmm-dev libgiomm-dev" 2.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 WEB_SITE="http://www.gnome.org/" 2.16 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 2.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 2.18 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 { 2.22 cd $src 2.23 ./configure \ 2.24 - --prefix=/usr \ 2.25 - --mandir=/usr/share/man \ 2.26 - --disable-documentation \ 2.27 - $CONFIGURE_ARGS && 2.28 + --disable-documentation && 2.29 make && 2.30 - make DESTDIR=$PWD/_pkg install 2.31 + make install 2.32 } 2.33 2.34 # Rules to gen a SliTaz package suitable for Tazpkg.