summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/webcal/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/mv-core/webcal/PKGBUILD
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/mv-core/webcal/PKGBUILD')
-rwxr-xr-xabs/mv-core/webcal/PKGBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/abs/mv-core/webcal/PKGBUILD b/abs/mv-core/webcal/PKGBUILD
deleted file mode 100755
index efa8237..0000000
--- a/abs/mv-core/webcal/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-pkgname=webcalendar
-pkgver=1.2.b1
-pkgrel=11
-pkgdesc="Web based calendar"
-license="GPL"
-arch=('i686')
-
-url="http://www.k5n.us/webcalendar.php"
-source=(http://voxel.dl.sourceforge.net/sourceforge/webcalendar/WebCalendar-1.2.b1.tar.gz config.php settings.php send_reminders.patch createdb.sql sendreminders.sh posix.tab)
-depends="local-website"
-install=webcal.install
-
-build() {
-cd $startdir/src
-mkdir -p $startdir/pkg/data/srv/httpd/htdocs/webcal
-mkdir -p $startdir/pkg/usr/bin
-cp $startdir/src/sendreminders.sh $startdir/pkg/usr/bin/
-chmod 755 $startdir/pkg/usr/bin/sendreminders.sh
-
-cp -rp WebCalendar-$pkgver/* $startdir/pkg/data/srv/httpd/htdocs/webcal
-
-cp createdb.sql $startdir/pkg/data/srv/httpd/htdocs/webcal/
-cp config.php $startdir/pkg/data/srv/httpd/htdocs/webcal/includes
-cp settings.php $startdir/pkg/data/srv/httpd/htdocs/webcal/includes
-cp -f posix.tab $startdir/pkg/data/srv/httpd/htdocs/webcal/includes/zone.tab
-
-cd $startdir/pkg/data/srv/httpd/htdocs/webcal/tools
-
-patch -p0 < $startdir/src/send_reminders.patch
-
-chmod 755 $startdir/pkg/data/srv/httpd/htdocs/webcal/tools/send_reminders.php
-
-
-}
-