wok rev 15329

Up gnome-doc-utils (0.20.10)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 28 10:49:31 2013 +0000 (2013-09-28)
parents 431a7ea3fd92
children 6bca082143f9
files gnome-doc-utils-dev/receipt gnome-doc-utils/receipt
line diff
     1.1 --- a/gnome-doc-utils-dev/receipt	Sat Sep 28 10:12:30 2013 +0000
     1.2 +++ b/gnome-doc-utils-dev/receipt	Sat Sep 28 10:49:31 2013 +0000
     1.3 @@ -1,25 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnome-doc-utils-dev"
     1.7 -VERSION="0.20.6"
     1.8 +VERSION="0.20.10"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Gnome Documentation utilities dev files."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS="gnome-doc-utils"
    1.13 +LICENSE="GPL2 LGPL2.1"
    1.14  WANTED="gnome-doc-utils"
    1.15  WEB_SITE="http://www.gnome.org/"
    1.16  
    1.17 +DEPENDS="gnome-doc-utils"
    1.18 +
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/bin \
    1.23  		$fs/usr/lib \
    1.24  		$fs/usr/share
    1.25 -	cp -a $_pkg/usr/share/pkgconfig $fs/usr/lib
    1.26 -	cp -a $_pkg/usr/bin/gnome-doc-prepare $fs/usr/bin
    1.27 -	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.28 -	cp -a $_pkg/usr/share/omf $fs/usr/share
    1.29 -	cp -a $_pkg/usr/share/gnome $fs/usr/share
    1.30 -	cp -a $_pkg/usr/lib $fs/usr
    1.31 +	cp -a $install/usr/share/pkgconfig $fs/usr/lib
    1.32 +	cp -a $install/usr/bin/gnome-doc-prepare $fs/usr/bin
    1.33 +	cp -a $install/usr/share/aclocal $fs/usr/share
    1.34 +	cp -a $install/usr/share/omf $fs/usr/share
    1.35 +	cp -a $install/usr/share/gnome $fs/usr/share
    1.36 +	cp -a $install/usr/lib $fs/usr
    1.37  }
    1.38  
     2.1 --- a/gnome-doc-utils/receipt	Sat Sep 28 10:12:30 2013 +0000
     2.2 +++ b/gnome-doc-utils/receipt	Sat Sep 28 10:49:31 2013 +0000
     2.3 @@ -1,15 +1,17 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gnome-doc-utils"
     2.7 -VERSION="0.20.6"
     2.8 +VERSION="0.20.10"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="Documentation  utilities for Gnome"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 +LICENSE="GPL2 LGPL2.1"
    2.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.14 +WEB_SITE="http://www.gnome.org/"
    2.15 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.16 +
    2.17  DEPENDS="libxml2 libxslt python libxml2-python rarian docbook-xml"
    2.18  BUILD_DEPENDS="libxml2-dev libxslt-dev rarian-dev libxml2-python pkg-config intltool"
    2.19 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.20 -WEB_SITE="http://www.gnome.org/"
    2.21 -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.22  
    2.23  # Rules to configure and make the package.
    2.24  compile_rules()
    2.25 @@ -22,16 +24,16 @@
    2.26  	 --disable-scrollkeeper \
    2.27  	 --mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.28  	make -j1 &&
    2.29 -	make -j1 DESTDIR=$PWD/_pkg install
    2.30 +	make -j1 DESTDIR=$DESTDIR install
    2.31  }
    2.32  
    2.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.34  genpkg_rules()
    2.35  {
    2.36  	mkdir -p $fs/usr/bin $fs/usr/share/locale
    2.37 -	cp -a $_pkg/usr/bin/gnome-doc-tool $fs/usr/bin
    2.38 -	cp -a $_pkg/usr/bin/xml2po $fs/usr/bin
    2.39 -	cp -a $_pkg/usr/share/xml $fs/usr/share
    2.40 -	cp -a $_pkg/usr/lib $fs/usr
    2.41 +	cp -a $install/usr/bin/gnome-doc-tool $fs/usr/bin
    2.42 +	cp -a $install/usr/bin/xml2po $fs/usr/bin
    2.43 +	cp -a $install/usr/share/xml $fs/usr/share
    2.44 +	cp -a $install/usr/lib $fs/usr
    2.45  }
    2.46