wok-next view wordpress/receipt @ rev 7685
Down: libdrm 2.4.22. Its buggly. Based on archlinux mailing list info.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Dec 17 14:30:19 2010 +0000 (2010-12-17) |
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 }