[arch-commits] Commit in squirrelmail/trunk (PKGBUILD squirrelmail.install)

Paul Mattal paul at archlinux.org
Mon Aug 11 02:47:53 UTC 2008


    Date: Sunday, August 10, 2008 @ 22:47:53
  Author: paul
Revision: 8427

upgpkg: squirrelmail 1.5.2cvs-7
    updated snapshot, move to /srv/http

Modified:
  squirrelmail/trunk/PKGBUILD
  squirrelmail/trunk/squirrelmail.install

----------------------+
 PKGBUILD             |   14 +++++++-------
 squirrelmail.install |    2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-11 02:15:38 UTC (rev 8426)
+++ PKGBUILD	2008-08-11 02:47:53 UTC (rev 8427)
@@ -4,8 +4,8 @@
 
 pkgname=squirrelmail
 pkgver=1.5.2cvs
-pkgrel=6
-_snapshot=20070903_0000
+pkgrel=7
+_snapshot=20080809_0000
 pkgdesc="Webmail for Nuts!"
 arch=(i686 x86_64)
 license=('GPL')
@@ -16,13 +16,13 @@
 install=$pkgname.install
 #source=(http://snapshots.squirrelmail.org/$pkgname-$_snapshot-SVN.devel.tar.bz2)
 # since the snapshots go away quickly, mirror them
-source=(http://www.archlinux.org/~paul/$pkgname-$_snapshot-SVN.devel.tar.bz2)
-md5sums=('145077fcd51a1b41384df06b9cdd3fc9')
+source=(ftp://ftp.archlinux.org/other/$pkgname-$_snapshot-SVN.devel.tar.bz2)
+md5sums=('940c324b556ac9b59636781e98473563')
 
 build() {
   # install
-  mkdir -p $startdir/pkg/home/httpd/html/squirrelmail || return 1
-  cd $startdir/pkg/home/httpd/html/squirrelmail || return 1
+  mkdir -p $startdir/pkg/srv/http/squirrelmail || return 1
+  cd $startdir/pkg/srv/http/squirrelmail || return 1
   cp -a $startdir/src/squirrelmail.devel/* . || return 1
 
   # remove CVS dirs
@@ -47,7 +47,7 @@
   chmod 0300 $startdir/pkg/var/lib/squirrelmail/attachments || return 1
 
   # restrict access to squirrelmail by default
-  echo "deny from all" >$startdir/pkg/home/httpd/html/squirrelmail/.htaccess \
+  echo "deny from all" >$startdir/pkg/srv/http/squirrelmail/.htaccess \
     || return 1
 }
 # vim: ts=2 sw=2 et ft=sh

Modified: squirrelmail.install
===================================================================
--- squirrelmail.install	2008-08-11 02:15:38 UTC (rev 8426)
+++ squirrelmail.install	2008-08-11 02:47:53 UTC (rev 8427)
@@ -4,7 +4,7 @@
 NOTE
 ----
 To configure squirrelmail :
-$ cd /home/httpd/html/squirrelmail/config
+$ cd /srv/http/squirrelmail/config
 $ perl conf.pl
 
 Make sure to check the documentation on its webpage for more details,




More information about the arch-commits mailing list