You are not logged in.
Could someone be kind enough to look over this please and help finish it?
Comments and suggestions welcome.
# Contributor: <your name could be here!>
pkgname=flash-operator-panel
_pkgname=op_panel
pkgver=0.28
pkgrel=1
pkgdesc="Flash Operator Panel is a realtime switchboard for Asterisk PBX"
url="http://www.asternic.org/"
arch=('i686' 'x86_64')
license=('GPL')
# depends - rough list - needs more investigating...
depends=('asterisk' 'perl' 'lighttpd')
#makedepends=('')
options=('!libtool')
source=(http://www.asternic.org/files/${_pkgname}-${pkgver}.tar.gz)
md5sums=('7233273cd3ee7109d4c787bf83de7fc3')
build() {
# Install instructions - http://www.asternic.org/documentation.html
# cd $startdir/src/${_pkgname}-${pkgver}
mkdir /srv/www/${_pkgname}
# how to fix up the extracted directories on the fly?
tar xzf ${_pkgname}-${pkgver}.tar.gz /srv/www/${_pkgname}
}Bonus points for an extra snaphot version pkgbuild - Works with the latest flash plugin .124
1073eeddb6b217c82e2f210d706e0448 op_panel-snapshot.tar.gz
Last edited by mullman (2008-04-28 07:29:11)
Offline
Well, I don't use asterisk so I can't really test it, but if you're planning to submit it don't forget to strip the comment tags... why is the cd command 'commented', and what do you mean 'fix up'?
.:[My Blog] || [My GitHub] || [Workshop] || [Geeks Anonymous] || [Rolling Release]:.
Offline
As you can tell, I need some major help to get this package to install and work. Can someone help me by offering some step-by step instructions?
Offline