# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $ # Maintainer: Cecil Watson pkgname=web-on-linhes pkgver=1.2 pkgrel=1 pkgdesc="Added multiple websites with 10' UIs to Play Online Streams." arch=('i686' 'x86_64') license=('GPL2') url="http://www.linhes.org/" depends=('google-chrome') install=web-on-linhes.install source=('web-on-linhes.sh' 'web-on-linhes_is.conf') package() { cd ${srcdir} install -d ${pkgdir}/usr/LH/bin install -D -m755 *.sh ${pkgdir}/usr/LH/bin #add in file for gen_is.xml install -D -m0744 ${srcdir}/web-on-linhes_is.conf ${pkgdir}/etc/gen_is_xml.d/web-on-linhes_is.conf } md5sums=('b04992d48e45411bdeed23e6aa9f95f7' '3cf898ba31b4e0985adf344f6dbdc536')