diff options
author | Cecil <knoppmyth@gmail.com> | 2011-02-23 06:52:29 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-02-23 06:52:29 (GMT) |
commit | d13e3d3dec28c927f8fdd20509e22977d63f5809 (patch) | |
tree | 3cd23f8bcec9a98fb6bbfb6000250967cb44e201 /abs/extra/web-on-tv/PKGBUILD | |
parent | db0a627f2aaab6bbd5eb4d7f4ee9f5b19309a2cb (diff) | |
download | linhes_pkgbuild-d13e3d3dec28c927f8fdd20509e22977d63f5809.zip linhes_pkgbuild-d13e3d3dec28c927f8fdd20509e22977d63f5809.tar.gz linhes_pkgbuild-d13e3d3dec28c927f8fdd20509e22977d63f5809.tar.bz2 |
web-on-tv:Initial inclusion. Adds websites w/ 10 UIs to the menu.
Diffstat (limited to 'abs/extra/web-on-tv/PKGBUILD')
-rw-r--r-- | abs/extra/web-on-tv/PKGBUILD | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/extra/web-on-tv/PKGBUILD b/abs/extra/web-on-tv/PKGBUILD new file mode 100644 index 0000000..7fd7a73 --- /dev/null +++ b/abs/extra/web-on-tv/PKGBUILD @@ -0,0 +1,16 @@ +# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $ +# Maintainer: Cecil Watson<knoppmyth@gmail.com> + +pkgname=web-on-tv +pkgver=0.01.0 +pkgrel=4 +pkgdesc="Added multiple websites with 10' UIs to Online Streams." +arch=('i686' 'x86_64') +license=('GPL2') +url="http://www.linhes.org/" +depends=('chromium' 'flashplugin') +install=web-on-tv.install + +#build() { +#} +md5sums=() |