wok-next diff gnome-doc-utils/receipt @ rev 16842
Update v4l4j receipt
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Sat Jul 12 15:34:23 2014 -0300 (2014-07-12) |
parents | 4634aee14816 |
children | 16df76e1fc6a |
line diff
1.1 --- a/gnome-doc-utils/receipt Fri May 20 23:02:03 2011 +0000 1.2 +++ b/gnome-doc-utils/receipt Sat Jul 12 15:34:23 2014 -0300 1.3 @@ -1,15 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnome-doc-utils" 1.7 -VERSION="0.20.6" 1.8 +VERSION="0.20.10" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Documentation utilities for Gnome" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 +LICENSE="GPL2 LGPL2.1" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 +WEB_SITE="http://www.gnome.org/" 1.15 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.16 + 1.17 DEPENDS="libxml2 libxslt python libxml2-python rarian docbook-xml" 1.18 BUILD_DEPENDS="libxml2-dev libxslt-dev rarian-dev libxml2-python pkg-config intltool" 1.19 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.20 -WEB_SITE="http://www.gnome.org/" 1.21 -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 @@ -22,16 +24,16 @@ 1.26 --disable-scrollkeeper \ 1.27 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.28 make -j1 && 1.29 - make -j1 DESTDIR=$PWD/_pkg install 1.30 + make -j1 DESTDIR=$DESTDIR install 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg. 1.34 genpkg_rules() 1.35 { 1.36 mkdir -p $fs/usr/bin $fs/usr/share/locale 1.37 - cp -a $_pkg/usr/bin/gnome-doc-tool $fs/usr/bin 1.38 - cp -a $_pkg/usr/bin/xml2po $fs/usr/bin 1.39 - cp -a $_pkg/usr/share/xml $fs/usr/share 1.40 - cp -a $_pkg/usr/lib $fs/usr 1.41 + cp -a $install/usr/bin/gnome-doc-tool $fs/usr/bin 1.42 + cp -a $install/usr/bin/xml2po $fs/usr/bin 1.43 + cp -a $install/usr/share/xml $fs/usr/share 1.44 + cp -a $install/usr/lib $fs/usr 1.45 } 1.46