summaryrefslogtreecommitdiffstats
path: root/abs/extra/web-on-linhes/PKGBUILD
blob: 0a28e81a2e8abc3423346b71df0cff50cb17d442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $
# Maintainer: Cecil Watson<knoppmyth@gmail.com>

pkgname=web-on-linhes
pkgver=1.3
pkgrel=3
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=('3691faa7118ac1251c959d3bcfcba85f'
         '61cafa7e7a11b1387202b6ef908105a7')