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

pkgname=web-on-linhes
pkgver=1.00.0
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=('chromium' 'flashplugin')
install=web-on-linhes.install
source=('stop_xss.sh' 'web-on-linhes.sh')

build() {
	cd ${srcdir}
	install -d ${pkgdir}/usr/LH/bin
	install -D -m755 *.sh ${pkgdir}/usr/LH/bin
}
md5sums=('3f5877b4b44b6fddb3b42491318c6441'
         'bf15498dcbdc3852aca9cccb0aacd913')