wok-next diff dvdauthor/receipt @ rev 20950

Remove empty mate-polkit-dev
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 01 17:44:19 2018 +0300 (2018-09-01)
parents dd145c435e4b
children 6c80b09ff20e
line diff
     1.1 --- a/dvdauthor/receipt	Wed Feb 28 17:32:31 2018 +0200
     1.2 +++ b/dvdauthor/receipt	Sat Sep 01 17:44:19 2018 +0300
     1.3 @@ -1,34 +1,27 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="dvdauthor"
     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 +SHORT_DESC="A simple set of tools to help you author a DVD"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://dvdauthor.sourceforge.net/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://dvdauthor.sourceforge.net/"
    1.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20 -DEPENDS="imagemagick6 tiff jpeg libxml2 fribidi libdvdread"
    1.21  BUILD_DEPENDS="imagemagick6-dev tiff-dev jpeg-dev libxml2-dev libdvdread-dev \
    1.22  libpng16-dev"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	./configure \
    1.28 -		--prefix=/usr \
    1.29 -		--mandir=/usr/share/man \
    1.30 -		$CONFIGURE_ARGS &&
    1.31 +compile_rules() {
    1.32 +	./configure $CONFIGURE_ARGS &&
    1.33 +	fix libtool &&
    1.34  	make &&
    1.35  	make DESTDIR=$DESTDIR install
    1.36  }
    1.37  
    1.38 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.39 -genpkg_rules()
    1.40 -{
    1.41 -	mkdir -p $fs/usr/share
    1.42 -	cp -a $install/usr/bin $fs/usr
    1.43 -	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.44 +genpkg_rules() {
    1.45 +	copy @std
    1.46 +	DEPENDS="imagemagick6 tiff jpeg libxml2 fribidi libdvdread"
    1.47  }