wok diff liferea/receipt @ rev 17492

syslinux/iso2exe: check ISO md5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 03 21:41:48 2015 +0100 (2015-01-03)
parents c00427f1c134
children f940e42dac11
line diff
     1.1 --- a/liferea/receipt	Tue Apr 01 11:28:39 2014 +0000
     1.2 +++ b/liferea/receipt	Sat Jan 03 21:41:48 2015 +0100
     1.3 @@ -3,14 +3,15 @@
     1.4  PACKAGE="liferea"
     1.5  VERSION="1.8.15"
     1.6  CATEGORY="utilities"
     1.7 -SHORT_DESC="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP support"
     1.8 +SHORT_DESC="News aggregator for online news feeds"
     1.9  MAINTAINER="devl547@gmail.com"
    1.10  LICENSE="GPL2"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12  WEB_SITE="http://liferea.sourceforge.net/"
    1.13  WGET_URL="$SF_MIRROR/project/$PACKAGE/Liferea%20Stable/$VERSION/$TARBALL"
    1.14  
    1.15 -DEPENDS="gtk+ glib pango GConf libunique libxml2 libxslt sqlite libsoup libwebkit libnotify intltool gnutls json-glib"
    1.16 +DEPENDS="gtk+ glib pango GConf libunique libxml2 libxslt sqlite libsoup \
    1.17 +libwebkit libnotify intltool gnutls json-glib"
    1.18  BUILD_DEPENDS="gtk+-dev glib-dev pango-dev GConf GConf-dev ORBit2-dev \
    1.19  libunique-dev libxml2-dev libxslt-dev sqlite-dev libsoup-dev libwebkit-dev \
    1.20  libnotify-dev gnutls-dev json-glib-dev"
    1.21 @@ -20,9 +21,8 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26  	./configure $CONFIGURE_ARGS \
    1.27 -	--enable-sm --disable-schemas-install --enable-libnotify &&
    1.28 +		--enable-sm --disable-schemas-install --enable-libnotify &&
    1.29  	make &&
    1.30  	make DESTDIR=$DESTDIR install
    1.31  }
    1.32 @@ -30,7 +30,7 @@
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34  genpkg_rules()
    1.35  {
    1.36 -	mkdir -p $fs/usr/share/
    1.37 +	mkdir -p $fs/usr/share/locale
    1.38  	mkdir -p $fs/etc
    1.39  	cp -a $install/usr/bin $fs/usr
    1.40  	cp -a $install/usr/etc/gconf $fs/etc
    1.41 @@ -40,5 +40,4 @@
    1.42  	for locale in $LOCALES; do
    1.43  		cp -a $install/usr/share/locale/$locale $fs/usr/share/locale
    1.44  	done
    1.45 -
    1.46  }