wok-next rev 7399
Add wordpress.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Nov 27 01:50:08 2010 +0000 (2010-11-27) |
parents | bab55f4929c2 |
children | 5be8901d4237 |
files | wordpress/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/wordpress/receipt Sat Nov 27 01:50:08 2010 +0000 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="wordpress" 1.7 +VERSION="3.0.1" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Blog Tool and Publishing Platform." 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +DEPENDS="php mysql" 1.12 +SUGGESSTED="apache cherokee" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://wordpress.org" 1.15 +WGET_URL="$WEB_SITE/$TARBALL" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + src=$WOK/$PACKAGE/$PACKAGE 1.21 + mkdir -p $fs/var/www/wordpress 1.22 + cp -a $src/* $fs/var/www/wordpress 1.23 + chown -R 80.80 $fs/var/www/wordpress 1.24 +} 1.25 +