# HG changeset patch # User Christopher Rogers # Date 1290822608 0 # Node ID e04b50604ed22c8e4d046d482e0a57000819530d # Parent bab55f4929c24685804f891490dae0667eae19f5 Add wordpress. diff -r bab55f4929c2 -r e04b50604ed2 wordpress/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wordpress/receipt Sat Nov 27 01:50:08 2010 +0000 @@ -0,0 +1,22 @@ +# SliTaz package receipt. + +PACKAGE="wordpress" +VERSION="3.0.1" +CATEGORY="misc" +SHORT_DESC="Blog Tool and Publishing Platform." +MAINTAINER="slaxemulator@gmail.com" +DEPENDS="php mysql" +SUGGESSTED="apache cherokee" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://wordpress.org" +WGET_URL="$WEB_SITE/$TARBALL" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + src=$WOK/$PACKAGE/$PACKAGE + mkdir -p $fs/var/www/wordpress + cp -a $src/* $fs/var/www/wordpress + chown -R 80.80 $fs/var/www/wordpress +} +