updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git] / jetty7 / PKGBUILD
blobc048fcc5a1be812a1962a0053754ea12cf7facd4
1 # Contributor: Yejun Yang <yejunx AT gmail.com>
2 pkgname=jetty7
3 pkgver=7.4.4
4 _buildver=.v20110707
5 pkgrel=1
6 pkgdesc="A full-fledged production-grade lightweight Java Servlet Container"
7 arch=('any')
8 url="http://jetty.mortbay.org/jetty/"
9 license="Apache"
10 depends=('java-runtime')
12 source=(http://dist.codehaus.org/jetty/jetty-hightide-${pkgver}/jetty-hightide-${pkgver}${_buildver}.tar.gz
13 jetty.rc jetty.default)
14 backup=(etc/default/jetty7 
15 opt/jetty7/etc/jdbcRealm.properties  opt/jetty7/etc/jetty-deploy.xml      opt/jetty7/etc/jetty-jmx.xml      opt/jetty7/etc/jetty-requestlog.xml  opt/jetty7/etc/jetty-xinetd.xml  opt/jetty7/etc/login.properties
16 opt/jetty7/etc/jetty-ajp.xml         opt/jetty7/etc/jetty-fileserver.xml  opt/jetty7/etc/jetty-logging.xml  opt/jetty7/etc/jetty-rewrite.xml     opt/jetty7/etc/jetty.conf        opt/jetty7/etc/realm.properties
17 opt/jetty7/etc/jetty-bio-ssl.xml     opt/jetty7/etc/jetty-hightide.xml    opt/jetty7/etc/jetty-plus.xml     opt/jetty7/etc/jetty-ssl.xml         opt/jetty7/etc/jetty.xml         opt/jetty7/etc/webdefault.xml
18 opt/jetty7/etc/jetty-bio.xml         opt/jetty7/etc/jetty-ipaccess.xml    opt/jetty7/etc/jetty-policy.xml   opt/jetty7/etc/jetty-stats.xml       opt/jetty7/etc/keystore
19 opt/jetty7/etc/jetty-debug.xml       opt/jetty7/etc/jetty-jaas.xml        opt/jetty7/etc/jetty-proxy.xml    opt/jetty7/etc/jetty-testrealm.xml   opt/jetty7/etc/login.conf
22 build() {
23   mkdir -p $startdir/pkg/opt
24   cp -a $startdir/src/jetty-hightide-${pkgver}${_buildver} $startdir/pkg/opt/$pkgname
25   install -D -m755 $startdir/src/jetty.rc $startdir/pkg/etc/rc.d/jetty7
26   install -D -m644 $startdir/src/jetty.default $startdir/pkg/etc/default/jetty7
29 md5sums=('c6c057cf719f13c187b81ad4361fcab3'
30          'ba23f546c13b16b7613fc90409e2526b'
31          '38c4a18f65e1ea94682b3fca13956c47')