wok-6.x view rsstail/receipt @ rev 23835

Up axel (2.17.8), bluez (5.54), cpio (2.13), dnsmasq (2.81), libssh (0.9.4), unbound (1.10.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 09:34:18 2020 +0000 (2020-06-01)
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 }