wok view blogotext/receipt @ rev 21060

updated iptstate (2.2.5 -> 2.2.6)
author Hans-G?nter Theisgen
date Wed Mar 13 16:29:27 2019 +0100 (2019-03-13)
parents 6e8b1bcb30e2
children 6a937d641b10
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 URL="https://lehollandaisvolant.net/blogotext/archives/$TARBALL"
13 DEPENDS="php-gd"
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 [ -s "$SOURCES_REPOSITORY/$TARBALL" ] ||
20 wget -O "$SOURCES_REPOSITORY/$TARBALL" $URL
21 mkdir -p $DESTDIR/var/www 2> /dev/null
22 cd $DESTDIR/var/www
23 unzip "$SOURCES_REPOSITORY/$TARBALL"
24 chown -R 80.80 $DESTDIR/var/www/blogotext
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 find $fs -type f -exec chmod a-x \{\} \;
32 }
34 ## -----------------------------------------------------------------------
35 ## Revision: 03/Aug/2017 - SliTaz DevTeam.
36 ## URL: "https://lehollandaisvolant.net/blogotext" is OFF.
37 ## This looks good? => https://github.com/BlogoText/blogotext
38 ## !! Please, remove this after you update. Thank you.