wok view blogotext/receipt @ rev 22443

vlc: add hicolor-icon-theme -> post-install misses index.theme
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 15:29:27 2019 +0000 (2019-12-23)
parents fbcc503400dc
children bc1f11e28054
line source
1 # SliTaz package receipt.
3 PACKAGE="blogotext"
4 VERSION="2.0.0.0"
5 CATEGORY="network"
6 SHORT_DESC="Simple blog engine."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/BlogoText/blogotext"
10 TARBALL="$PACKAGE-$VERSION.zip"
11 WGET_URL="https://lehollandaisvolant.net/blogotext/archives/$TARBALL"
13 DEPENDS="php-gd"
14 BUILD_DEPENDS=""
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/var/www/blogotext
20 cp -a $src/* $fs/var/www/blogotext/
21 find $fs -type f -exec chmod a-x \{\} \;
22 chown -R 80.80 $fs/var/www/blogotext
23 }
25 ## -----------------------------------------------------------------------
26 ## Revision: 03/Aug/2017 - SliTaz DevTeam.
27 ## URL: "https://lehollandaisvolant.net/blogotext" is OFF.
28 ## This looks good? => https://github.com/BlogoText/blogotext
29 ## !! Please, remove this after you update. Thank you.