diff --git a/srcpkgs/tvbrowser/template b/srcpkgs/tvbrowser/template new file mode 100644 index 00000000000..c2a16c177c4 --- /dev/null +++ b/srcpkgs/tvbrowser/template @@ -0,0 +1,33 @@ +# Template file for 'tvbrowser' +pkgname="tvbrowser" +version="3.4.1.0" +revision=1 +short_desc="Ad free open source TV guide for more than 1000 channels" +maintainer="Stefan Mühlinghaus " +license="GPL-3" +homepage="http://tvbrowser.org" +distfiles="${SOURCEFORGE_SITE}/tvbrowser/TV-Browser%20Releases%20%28Java%206%20and%20higher%29/${version}/tvbrowser_${version}_bin.tar.gz + http://www.tvbrowser.org/images/tvbrowser/tvbrowser_logo.svg" +checksum="4b5e8c87774470688cadc2f8568777237e231de7cc5cd8bf43b42f0af7e40992 + b8f8c8bade17ad3667e6cebb837288430458c9ce0eee6e7b09c7d37c1454fece" +skip_extraction="tvbrowser_logo.svg" +noarch=1 +depends="virtual?java-runtime hicolor-icon-theme bash" + +post_extract() { + sed -i 's/^#PROGRAM_DIR="[^"]*/PROGRAM_DIR="\/usr\/share\/java\/tvbrowser/' tvbrowser.sh + sed -i 's/tvbrowser.sh/tvbrowser/g' tvbrowser.desktop + sed -i 's/imgs\/tvbrowser128\.png/tvbrowser/g' tvbrowser.desktop +} +do_install() { + vmkdir /usr/share/java/tvbrowser 755 + vcopy \* /usr/share/java/tvbrowser + vlicense COPYRIGHT.txt + vlicense LICENSE.txt + vinstall tvbrowser.desktop 644 /usr/share/applications + vbin tvbrowser.sh tvbrowser + vinstall "${XBPS_SRCDISTDIR}/tvbrowser-${version}/tvbrowser_logo.svg" 644 /usr/share/icons/hicolor/scalable/apps tvbrowser.svg + for _s in 16 32 48 128; do + vinstall "imgs/tvbrowser${_s}.png" 644 "/usr/share/icons/hicolor/${_s}x${_s}/apps" tvbrowser.png + done +} diff --git a/srcpkgs/tvbrowser/update b/srcpkgs/tvbrowser/update new file mode 100644 index 00000000000..2346dc494a9 --- /dev/null +++ b/srcpkgs/tvbrowser/update @@ -0,0 +1,3 @@ +site="http://www.tvbrowser.org/index.php?id=download" +pattern='

TV-Browser \K[\d.]+(?=

)' +