wok view kriss_feed/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents 9e01bc6321ea
children d8c511e24c20
line source
1 # SliTaz package receipt.
3 PACKAGE="kriss_feed"
4 VERSION="8.7"
5 GITHASH="31c857d66c3cf8e8efd281201a1a97d3d87ee1b8"
6 CATEGORY="network"
7 SHORT_DESC="A simple and smart (or stupid) feed reader."
8 WEB_SITE="https://github.com/tontof/kriss_feed"
9 MAINTAINER="pascal.bellard@slitaz.org"
10 LICENSE="other"
11 TARBALL="$PACKAGE-$VERSION"
12 WGET_URL="$WEB_SITE/raw/$GITHASH/index.php"
14 DEPENDS="php"
15 BUILD_DEPENDS="wget"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/var/www/$PACKAGE
21 cd $fs/var/www/$PACKAGE
22 cp "$SOURCES_REPOSITORY/$TARBALL" $fs/var/www/$PACKAGE/index.php
23 }
25 post_install()
26 {
27 chown -R www "$1/var/www/$PACKAGE"
28 }