wok diff dillo-hg/receipt @ rev 3053

Add linux-ext4 linux-hfs linux-minix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 13 16:03:39 2009 +0200 (2009-05-13)
parents 23c5897a0eb4
children 881c396942a6
line diff
     1.1 --- a/dillo-hg/receipt	Thu Apr 30 20:08:22 2009 +0200
     1.2 +++ b/dillo-hg/receipt	Wed May 13 16:03:39 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dillo-hg"
     1.7 -VERSION="1058"
     1.8 +VERSION="1071"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Light and fast web browse using FLTK (Hg version)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,6 +9,7 @@
    1.13  DEPENDS="fltk-2.0.x libpng jpeg zlib"
    1.14  BUILD_DEPENDS="$DEPENDS fltk-2.0.x-dev libpng-dev jpeg-dev zlib-dev \
    1.15  python mercurial"
    1.16 +SUGGESTED="openssl"
    1.17  CONFLICTS="dillo"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20 @@ -23,6 +24,7 @@
    1.21  	./configure \
    1.22  		--sysconfdir=/etc/dillo \
    1.23  		--prefix=/usr \
    1.24 +		--enable-ssl \
    1.25  		$CONFIGURE_ARGS &&
    1.26  	make &&
    1.27  	make DESTDIR=$PWD/_pkg install
    1.28 @@ -32,19 +34,15 @@
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr/lib \
    1.32 -		$fs/usr/share/webhome \
    1.33  		$fs/usr/share/applications \
    1.34  		$fs/usr/share/pixmaps
    1.35  	cp -a $_pkg/usr/bin $fs/usr
    1.36  	cp -a $_pkg/usr/lib/dillo $fs/usr/lib
    1.37  	strip -s $fs/usr/lib/dillo/dpi/*/*
    1.38  	chmod +x $fs/usr/bin/*
    1.39 -	# Config files with custom dillorc and webhome page.
    1.40 +	# Config files with custom dillorc and desktop file.
    1.41  	cp -a $_pkg/etc $fs
    1.42  	cp stuff/dillorc $fs/etc/dillo
    1.43 -	cp stuff/dillo-index.html $fs/usr/share/webhome
    1.44 -	cp stuff/dillo.css $fs/usr/share/webhome
    1.45 -	cp -a stuff/pics $fs/usr/share/webhome
    1.46  	cp -a stuff/dillo.desktop $fs/usr/share/applications
    1.47  	cp -a stuff/dillo.png $fs/usr/share/pixmaps
    1.48  	# Webhome