wok rev 10218
Up: liferea to 1.7.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 23:49:39 2011 +0000 (2011-05-20) |
parents | c816e16adce2 |
children | 4deb3cebf3be |
files | liferea/receipt |
line diff
1.1 --- a/liferea/receipt Fri May 20 23:47:54 2011 +0000 1.2 +++ b/liferea/receipt Fri May 20 23:49:39 2011 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="liferea" 1.7 -VERSION="1.7.4" 1.8 +VERSION="1.7.5" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP support" 1.11 MAINTAINER="devl547@gmail.com" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://liferea.sourceforge.net/" 1.14 -WGET_URL="http://downloads.sourceforge.net/project/liferea/Liferea%20Unstable/$VERSION/$TARBALL" 1.15 +WGET_URL="$SF_MIRROR/$PACKAGE/Liferea%20Unstable/$VERSION/$TARBALL" 1.16 BUILD_DEPENDS="gtk+-dev glib-dev pango-dev GConf GConf-dev ORBit2-dev libunique-dev libxml2-dev libxslt-dev sqlite-dev libsoup-dev libwebkit-dev libnotify-dev gnutls-dev" 1.17 DEPENDS="gtk+ glib pango GConf libunique libxml2 libxslt sqlite libsoup libwebkit libnotify intltool gnutls" 1.18 1.19 @@ -15,11 +15,10 @@ 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.24 - --mandir=/usr/share/man $CONFIGURE_ARGS \ 1.25 + ./configure $CONFIGURE_ARGS \ 1.26 --enable-sm --disable-schemas-install --enable-libnotify && 1.27 make && 1.28 - make DESTDIR=$PWD/_pkg install 1.29 + make install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg.