core/plugui-git to 20110323-1

This commit is contained in:
Kevin Mihelich 2011-03-23 18:30:45 -04:00
parent af38a9448c
commit 77485ba283

View file

@ -1,13 +1,13 @@
plugrel=1
pkgname=plugui-git
pkgver=20110320
pkgver=20110323
pkgrel=1
pkgdesc="PlugApps web interface"
arch=('arm')
url="https://github.com/plugapps/PlugUI"
license=('GPL')
depends=('python2' 'cherrypy' 'django')
depends=('python2' 'cherrypy' 'django' 'python2-pytz')
makedepends=('git')
provides=('plugui')
conflicts=('plugui')
@ -47,6 +47,6 @@ package() {
# install cron and rc.d scripts
chmod +x $pkgdir/opt/PlugUI/plugmaintenance.py $pkgdir/opt/PlugUI/plugui.cherrypy
ln -s $pkgdir/opt/PlugUI/plugmaintenance.py $pkgdir/etc/cron.hourly/plugmaintenance
ln -s $pkgdir/opt/PlugUI/plugui.cherrypy $pkgdir/etc/rc.d/plugui
ln -s /opt/PlugUI/plugmaintenance.py $pkgdir/etc/cron.hourly/plugmaintenance
ln -s /opt/PlugUI/plugui.cherrypy $pkgdir/etc/rc.d/plugui
}