wok view liferea/receipt @ rev 10495

evince: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 13:34:39 2011 +0200 (2011-05-25)
parents b1f81941f347
children 7afe8aca37e3
line source
1 # SliTaz package receipt.
3 PACKAGE="liferea"
4 VERSION="1.7.5"
5 CATEGORY="utilities"
6 SHORT_DESC="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP support"
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://liferea.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/Liferea%20Unstable/$VERSION/$TARBALL"
11 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"
12 DEPENDS="gtk+ glib pango GConf libunique libxml2 libxslt sqlite libsoup libwebkit libnotify intltool gnutls"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure $CONFIGURE_ARGS \
19 --enable-sm --disable-schemas-install --enable-libnotify &&
20 make &&
21 make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share/applications
28 mkdir $fs/usr/share/liferea
29 mkdir -p $fs/etc
30 cp -a $_pkg/usr/bin $fs/usr
31 cp -a $_pkg/usr/etc/gconf $fs/etc
32 cp -a $_pkg/usr/share/applications $fs/usr/share/
33 cp -a $_pkg/usr/share/icons $fs/usr/share/
34 cp -a $_pkg/usr/share/liferea $fs/usr/share/
35 }