wok rev 20857

updated dvdauthor (0.7.0 -> 0.7.2)
author Hans-G?nter Theisgen
date Thu Feb 21 17:28:02 2019 +0100 (2019-02-21)
parents 9a77299cfd4a
children c914135fdee1
files dvdauthor/receipt
line diff
     1.1 --- a/dvdauthor/receipt	Thu Feb 21 17:16:12 2019 +0100
     1.2 +++ b/dvdauthor/receipt	Thu Feb 21 17:28:02 2019 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dvdauthor"
     1.7 -VERSION="0.7.0"
     1.8 +VERSION="0.7.2"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="A simple set of tools to help you author a DVD."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="http://dvdauthor.sourceforge.net/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://dvdauthor.sourceforge.net/"
    1.17  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19  DEPENDS="imagemagick tiff jpeg libxml2 fribidi libdvdread"
    1.20 @@ -17,12 +18,11 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	./configure \
    1.26  		--prefix=/usr \
    1.27  		--mandir=/usr/share/man \
    1.28  		$CONFIGURE_ARGS &&
    1.29 -	make &&
    1.30 +	make -j 1 &&
    1.31  	make DESTDIR=$DESTDIR install
    1.32  }
    1.33  
    1.34 @@ -33,4 +33,3 @@
    1.35  	cp -a $install/usr/bin $fs/usr
    1.36  	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.37  }
    1.38 -