usemod: update to 1.0.4

This commit is contained in:
Juergen Daubert 2008-07-15 19:47:20 +02:00
parent e762e626b7
commit 999a53b591
3 changed files with 9 additions and 9 deletions

View File

@ -2,8 +2,8 @@ drwxr-xr-x root/root var/
drwxr-xr-x root/root var/www/
drwxr-xr-x root/root var/www/cgi-bin/
-rwxr-xr-x root/root var/www/cgi-bin/wiki.pl
drwx------ nobody/root var/www/usemod/
-rw-r----- root/nobody var/www/usemod/config
drwx------ www/root var/www/usemod/
-rw-r----- root/www var/www/usemod/config
drwxr-xr-x root/root var/www/usemod/pub/
-rw-r--r-- root/root var/www/usemod/pub/wiki.css
-rw-r--r-- root/root var/www/usemod/pub/wiki.gif

View File

@ -1 +1 @@
4ee7415117a84fc8fe188edfeeb520eb usemod10.tar.gz
ed625e691fdfe07c7cfa6eae6ee0ce65 usemod-1.0.4.tar.gz

View File

@ -4,17 +4,17 @@
# Depends on: perl, apache
name=usemod
version=1.0
release=2
source=(http://www.usemod.com/wikicode/$name${version/./}.tar.gz)
version=1.0.4
release=1
source=(http://www.usemod.com/wikicode/$name-$version.tar.gz)
build () {
cd $name${version/./}
cd $name-$version
install -d $PKG/var/www/{cgi-bin,$name/pub}
install -d -o nobody $PKG/var/www/$name
install -d -o www $PKG/var/www/$name
chmod 0700 $PKG/var/www/$name
install -m 755 wiki.pl $PKG/var/www/cgi-bin
install -g nobody -m 640 config $PKG/var/www/$name
install -g www -m 640 config $PKG/var/www/$name
cp wiki.{gif,css} $PKG/var/www/$name/pub
sed -i '/^\$LogoUrl/s|\"[^;]*\"|\"/pub/wiki.gif\"|' \
$PKG/var/www/$name/config