wok-next diff xmlto/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 91a99d774072
children f48456621a9d
line diff
     1.1 --- a/xmlto/receipt	Tue Feb 07 19:04:50 2017 +0200
     1.2 +++ b/xmlto/receipt	Thu May 10 22:58:32 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xmlto"
     1.8  VERSION="0.0.28"
     1.9 @@ -7,16 +7,14 @@
    1.10  SHORT_DESC="Tool for converting XML files to various formats"
    1.11  MAINTAINER="yuripourre@gmail.com"
    1.12  WEB_SITE="http://cyberelk.net/tim/software/xmlto/"
    1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/pst/xmlto.html"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WGET_URL="https://fedorahosted.org/releases/x/m/$PACKAGE/$TARBALL"
    1.17 +WGET_URL="https://releases.pagure.org/xmlto/$TARBALL"
    1.18  
    1.19 -DEPENDS="libxslt perl-yaml-syck perl-test-pod bash"
    1.20  BUILD_DEPENDS="docbook-xsl util-linux-getopt flex"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 +compile_rules() {
    1.26  	./configure $CONFIGURE_ARGS &&
    1.27  	make &&
    1.28  	make DESTDIR=$DESTDIR install
    1.29 @@ -27,9 +25,7 @@
    1.30  	done
    1.31  }
    1.32  
    1.33 -genpkg_rules()
    1.34 -{
    1.35 -	mkdir -p $fs/usr/share/xmlto
    1.36 -	cp -a $install/usr/bin $fs/usr
    1.37 -	cp -a $install/usr/share/xmlto/format $fs/usr/share/xmlto
    1.38 +genpkg_rules() {
    1.39 +	copy @std
    1.40 +	DEPENDS="libxslt perl-yaml-syck perl-test-pod bash"
    1.41  }