# Contributor: Brian Moore pkgname=shellinabox pkgver=2.14 pkgrel=6 pkgdesc="A web-based ssh client." arch=('i686' 'x86_64') url="http://shellinabox.com/" license=('GPL2') depends=('runit-scripts>=8.0-2') optdepends=('openssh: SSL support') makedepends=(openssh) install=shellinaboxd.install backup=('etc/conf.d/shellinaboxd') source=("http://shellinabox.googlecode.com/files/$pkgname-$pkgver.tar.gz" "shellinaboxd.rc.d" "shellinaboxd.conf.d" "shellinaboxd.service" "shellinaboxd.include" "shellinaboxd.gen_light_conf.d") prepare() { cd "$srcdir/$pkgname-$pkgver" sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure } build() { cd "$srcdir/$pkgname-$pkgver" #change default to show onscreen keyboard sed -i "s/this.softKeyboard = false;/this.softKeyboard = true;/g" ./shellinabox/vt100.js sed -i "s/this.softKeyboard = false;/this.softKeyboard = true;/g" ./shellinabox/vt100.jspp ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR=$pkgdir install || return 1 install -Dm755 $srcdir/shellinaboxd.rc.d $pkgdir/etc/rc.d/shellinaboxd install -D -m644 $srcdir/shellinaboxd.service $pkgdir/usr/lib/systemd/system/shellinaboxd.service install -Dm644 $srcdir/shellinaboxd.conf.d $pkgdir/etc/conf.d/shellinaboxd install -dm700 -o nobody $pkgdir/var/lib/shellinabox #install conf files for lighttpd mkdir -p ${pkgdir}/etc/lighttpd install -D -m 644 ${srcdir}/shellinaboxd.include ${pkgdir}/etc/lighttpd/ #gen_light_conf install -D -m 744 ${srcdir}/shellinaboxd.gen_light_conf.d ${pkgdir}/etc/gen_light_conf.d/shellinaboxd.conf } md5sums=('6c63b52edcebc56ee73a108e7211d174' 'feea22575089cc7eb4925b1daff88b8c' '77e487f36da2abe51251500f4a1e024f' 'be649866d06ba497d88bb14f3e58f862' 'dd46ab61bfafdb56ea705a876963550e' 'aadd1edf4110aca2d16d806791e90019')