wok rev 7092

Changed pangomm TARBALL to .tar.bz2. Added pangomm to pangomm-dev depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 03 03:00:36 2010 +0000 (2010-11-03)
parents db2b116dcbab
children 044e07dfd9f5
files pangomm-dev/receipt pangomm/receipt
line diff
     1.1 --- a/pangomm-dev/receipt	Wed Nov 03 02:35:47 2010 +0000
     1.2 +++ b/pangomm-dev/receipt	Wed Nov 03 03:00:36 2010 +0000
     1.3 @@ -5,8 +5,9 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Pangomm library devel files."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +DEPENDS="pangomm"
     1.8  WANTED="pangomm"
     1.9 -WEB_SITE="http://ftp.gnome.org/pub/gnome/sources/pangomm/"
    1.10 +WEB_SITE="http://www.gnome.org/"
    1.11  
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
     2.1 --- a/pangomm/receipt	Wed Nov 03 02:35:47 2010 +0000
     2.2 +++ b/pangomm/receipt	Wed Nov 03 03:00:36 2010 +0000
     2.3 @@ -7,9 +7,9 @@
     2.4  MAINTAINER="pankso@slitaz.org"
     2.5  DEPENDS="pixman cairomm glibmm libgiomm pango gcc-lib-base"
     2.6  BUILD_DEPENDS="pixman-dev cairomm-dev glibmm-dev libgiomm-dev"
     2.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.8 -WEB_SITE="http://ftp.gnome.org/pub/gnome/sources/pangomm/"
     2.9 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/pangomm/${VERSION%.*}/$TARBALL"
    2.10 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.11 +WEB_SITE="http://www.gnome.org/"
    2.12 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.13  
    2.14  # Rules to configure and make the package.
    2.15  compile_rules()