wok view wordpress/receipt @ rev 7817
busybox/init: add subroot= parameter
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 25 15:12:42 2010 +0100 (2010-12-25) |
parents | 507d09d48035 |
children | 9e8ef75b7a98 |
line source
1 # SliTaz package receipt.
3 PACKAGE="wordpress"
4 VERSION="3.0.3"
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 }