wok rev 15077

htmldoc: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 16:51:29 2013 +0000 (2013-08-13)
parents 106380bf8153
children 86e86ea880e3
files htmldoc/receipt
line diff
     1.1 --- a/htmldoc/receipt	Tue Aug 13 16:48:11 2013 +0000
     1.2 +++ b/htmldoc/receipt	Tue Aug 13 16:51:29 2013 +0000
     1.3 @@ -5,11 +5,14 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Convert HTML pages into a PDF document."
     1.6  MAINTAINER="gokhlayeh@slitaz.org"
     1.7 -DEPENDS="libjpeg libpng fltk"
     1.8 +LICENSE="GPL2"
     1.9  TARBALL="$PACKAGE-$VERSION-source.tar.bz2"
    1.10  WEB_SITE="http://www.htmldoc.org"
    1.11  WGET_URL="http://ftp.easysw.com/pub/$PACKAGE/$VERSION/$TARBALL"
    1.12  
    1.13 +DEPENDS="libjpeg libpng fltk"
    1.14 +BUILD_DEPENDS="libjpeg-dev libpng-dev fltk-dev"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 @@ -35,6 +38,6 @@
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/share
    1.23 -	cp -a $_pkg/usr/bin $fs/usr
    1.24 -	cp -a $_pkg/usr/share/htmldoc $fs/usr/share
    1.25 +	cp -a $install/usr/bin $fs/usr
    1.26 +	cp -a $install/usr/share/htmldoc $fs/usr/share
    1.27  }
    1.28 \ No newline at end of file