wok view rsstail/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents c0ce132ba4ee
children 84c5b3483e46
line source
1 # SliTaz package receipt.
3 PACKAGE="rsstail"
4 VERSION="2.1"
5 CATEGORY="network"
6 SHORT_DESC="RSS feed reader."
7 MAINTAINER="tcg.thegamer@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://www.vanheusden.com/rsstail/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="${WEB_SITE}${TARBALL}"
14 DEPENDS="curl libmrss libnxml"
15 BUILD_DEPENDS="curl-dev libcurl libnxml-dev libmrss-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 sed -i 's/-liconv_hook //' Makefile
21 make prefix=$install/usr &&
22 make install prefix=$install/usr
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/bin $fs/usr/
30 }