wok-stable diff dvdauthor/receipt @ rev 7674
Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Dec 16 17:16:06 2010 +0000 (2010-12-16) |
parents | 9f60adb04c9b |
children | 100c06a49915 |
line diff
1.1 --- a/dvdauthor/receipt Sat Sep 06 15:07:21 2008 +0200 1.2 +++ b/dvdauthor/receipt Thu Dec 16 17:16:06 2010 +0000 1.3 @@ -5,7 +5,7 @@ 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 -DEPENDS="imagemagick tiff jpeg libxml2" 1.8 +DEPENDS="imagemagick tiff jpeg libxml2 fribidi libdvdread" 1.9 BUILD_DEPENDS="imagemagick-dev tiff-dev jpeg-dev libxml2-dev libdvdread-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://dvdauthor.sourceforge.net/" 1.12 @@ -18,8 +18,8 @@ 1.13 ./configure \ 1.14 --prefix=/usr \ 1.15 --mandir=/usr/share/man \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22