wok diff links-dfb/receipt @ rev 22877

updated gpodder (3.5.2 -> 3.10.13)
author Hans-G?nter Theisgen
date Sat Feb 22 14:08:12 2020 +0100 (2020-02-22)
parents 074f8db95176
children 645cc58cf94c
line diff
     1.1 --- a/links-dfb/receipt	Sat Dec 10 14:35:32 2016 +0100
     1.2 +++ b/links-dfb/receipt	Sat Feb 22 14:08:12 2020 +0100
     1.3 @@ -1,35 +1,38 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="links-dfb"
     1.7 -VERSION="2.14"
     1.8 +VERSION="2.19"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Light and fast web browser using Ncurses, X or DirectFB."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="http://links.twibright.com/"
    1.14 +
    1.15  SOURCE="links"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://links.twibright.com/"
    1.18  WGET_URL="http://links.twibright.com/download/$TARBALL"
    1.19 -HOST_ARCH="i486 arm"
    1.20 +
    1.21  PROVIDE="links"
    1.22 -
    1.23  DEPENDS="ncurses openssl jpeg libpng tiff zlib libgomp directfb"
    1.24  BUILD_DEPENDS="openssl-dev ncurses-dev jpeg-dev libpng-dev tiff-dev \
    1.25 -zlib-dev directfb-dev"
    1.26 +	zlib-dev directfb-dev"
    1.27 +
    1.28 +HOST_ARCH="i486 arm"
    1.29  
    1.30  # Rules to configure and make the package.
    1.31  compile_rules()
    1.32  {
    1.33  	sed -i 's/\*last_val/last_val/' dip.c
    1.34 -	./configure \
    1.35 -		--prefix=/usr \
    1.36 -		--sysconfdir=/etc \
    1.37 -		--mandir=/usr/share/man \
    1.38 -		--with-directfb \
    1.39 -		--without-bzip2 \
    1.40 -		--enable-graphics \
    1.41 +
    1.42 +	./configure			\
    1.43 +		--prefix=/usr		\
    1.44 +		--sysconfdir=/etc	\
    1.45 +		--mandir=/usr/share/man	\
    1.46 +		--with-directfb		\
    1.47 +		--without-bzip2		\
    1.48 +		--enable-graphics	\
    1.49  		$CONFIGURE_ARGS &&
    1.50 -	make &&
    1.51 +	make -j 1 &&
    1.52  	make DESTDIR=$DESTDIR install
    1.53  }
    1.54  
    1.55 @@ -37,6 +40,7 @@
    1.56  genpkg_rules()
    1.57  {
    1.58  	mkdir -p $fs/usr/share/pixmaps
    1.59 -	cp -a $install/usr/bin $fs/usr
    1.60 -	cp $src/graphics/links.xpm $fs/usr/share/pixmaps
    1.61 +
    1.62 +	cp -a $install/usr/bin		$fs/usr
    1.63 +	cp $src/graphics/links.xpm	$fs/usr/share/pixmaps
    1.64  }