summaryrefslogtreecommitdiffstats
path: root/abs/extra/web-on-linhes/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/web-on-linhes/PKGBUILD')
-rw-r--r--abs/extra/web-on-linhes/PKGBUILD19
1 files changed, 12 insertions, 7 deletions
diff --git a/abs/extra/web-on-linhes/PKGBUILD b/abs/extra/web-on-linhes/PKGBUILD
index cfa481c..2c9f185 100644
--- a/abs/extra/web-on-linhes/PKGBUILD
+++ b/abs/extra/web-on-linhes/PKGBUILD
@@ -2,15 +2,20 @@
# Maintainer: Cecil Watson<knoppmyth@gmail.com>
pkgname=web-on-linhes
-pkgver=0.01.0
-pkgrel=14
-pkgdesc="Added multiple websites with 10' UIs to Online Streams."
+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-tv.install
+install=web-on-linhes.install
+source=('stop_xss.sh' 'web-on-linhes.sh')
-#build() {
-#}
-md5sums=()
+build() {
+ cd ${srcdir}
+ install -d ${pkgdir}/usr/LH/bin
+ install -D -m755 *.sh ${pkgdir}/usr/LH/bin
+}
+md5sums=('3f5877b4b44b6fddb3b42491318c6441'
+ 'bf15498dcbdc3852aca9cccb0aacd913')