wok-next annotate kriss_feed/receipt @ rev 20734

nut: update (b)deps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 18:57:36 2018 +0300 (2018-05-29)
parents 9e01bc6321ea
children d5aab818505e
rev   line source
pascal@14361 1 # SliTaz package receipt.
pascal@14361 2
pascal@14361 3 PACKAGE="kriss_feed"
pascal@14361 4 VERSION="7"
pascal@14361 5 CATEGORY="network"
pascal@14361 6 SHORT_DESC="A simple and smart (or stupid) feed reader."
pascal@14361 7 WEB_SITE="https://github.com/tontof/kriss_feed"
pascal@14361 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15604 9 LICENSE="other"
pascal@16241 10 TARBALL="$PACKAGE-$VERSION"
pascal@14362 11 WGET_URL="$WEB_SITE/raw/c13cfb50ad593884ee6a5b21d9eb80750b71d693/index.php"
pascal@14361 12
pascal@14361 13 DEPENDS="php"
pascal@14361 14
pascal@14361 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14361 16 genpkg_rules()
pascal@14361 17 {
pascal@14361 18 mkdir -p $fs/var/www/$PACKAGE
pascal@14361 19 cd $fs/var/www/$PACKAGE
al@20513 20 cp "$SRC/$TARBALL" $fs/var/www/$PACKAGE/index.php
pascal@14361 21 }
pascal@14361 22
pascal@14361 23 post_install()
pascal@14361 24 {
pascal@18730 25 chown -R www "$1/var/www/$PACKAGE"
pascal@14361 26 }