wok diff dillo/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents c2f103586eb5
children a5485afde222
line diff
     1.1 --- a/dillo/receipt	Wed Feb 22 16:41:33 2012 -0800
     1.2 +++ b/dillo/receipt	Sun Nov 03 21:52:37 2013 +0100
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Light and fast web browse using FLTK."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.dillo.org/"
    1.10  WGET_URL="http://www.dillo.org/download/$TARBALL"
    1.11 +TAGS="browser"
    1.12 +
    1.13  DEPENDS="fltk libpng jpeg zlib openssl xorg-libXi xorg-libXinerama \
    1.14  gcc-lib-base"
    1.15  BUILD_DEPENDS="$DEPENDS fltk-dev libpng-dev jpeg-dev zlib-dev"
    1.16 -TAGS="browser"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20 @@ -22,19 +24,19 @@
    1.21  		--prefix=/usr \
    1.22  		$CONFIGURE_ARGS &&
    1.23  	make &&
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr/lib
    1.32 -	cp -a $_pkg/usr/bin $fs/usr
    1.33 -	cp -a $_pkg/usr/lib/dillo $fs/usr/lib
    1.34 +	cp -a $install/usr/bin $fs/usr
    1.35 +	cp -a $install/usr/lib/dillo $fs/usr/lib
    1.36  	strip -s $fs/usr/lib/dillo/dpi/*/*
    1.37  	chmod +x $fs/usr/bin/*
    1.38  	# Config files with custom dillorc to have webhomepage.
    1.39 -	cp -a $_pkg/etc $fs
    1.40 +	cp -a $install/etc $fs
    1.41  	cp -a $stuff/dillorc $fs/etc/dillo
    1.42  	chown -R root.root $fs
    1.43  }