wok diff dvdauthor/receipt @ rev 19503
Up firefox-official (50.0)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Nov 17 16:45:54 2016 +0200 (2016-11-17) |
parents | 1f2d8dcf5b6c |
children | 4145e48d6b69 |
line diff
1.1 --- a/dvdauthor/receipt Mon May 28 19:28:59 2012 +0200 1.2 +++ b/dvdauthor/receipt Thu Nov 17 16:45:54 2016 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="A simple set of tools to help you author a DVD." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 +WEB_SITE="http://dvdauthor.sourceforge.net/" 1.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 + 1.12 DEPENDS="imagemagick tiff jpeg libxml2 fribidi libdvdread" 1.13 BUILD_DEPENDS="imagemagick-dev tiff-dev jpeg-dev libxml2-dev libdvdread-dev \ 1.14 libpng-dev" 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 # Rules to configure and make the package. 1.20 compile_rules() 1.21 @@ -21,14 +23,14 @@ 1.22 --mandir=/usr/share/man \ 1.23 $CONFIGURE_ARGS && 1.24 make && 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr/share 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 1.35 + cp -a $install/usr/bin $fs/usr 1.36 + cp -a $install/usr/share/$PACKAGE $fs/usr/share 1.37 } 1.38