wok view wordpress/receipt @ rev 7460

Up: wordpress 3.0.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Nov 30 20:54:12 2010 +0000 (2010-11-30)
parents e04b50604ed2
children 7a2e31b108ba
line source
1 # SliTaz package receipt.
3 PACKAGE="wordpress"
4 VERSION="3.0.2"
5 CATEGORY="misc"
6 SHORT_DESC="Blog Tool and Publishing Platform."
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="php mysql"
9 SUGGESSTED="apache cherokee"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://wordpress.org"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 src=$WOK/$PACKAGE/$PACKAGE
18 mkdir -p $fs/var/www/wordpress
19 cp -a $src/* $fs/var/www/wordpress
20 chown -R 80.80 $fs/var/www/wordpress
21 }