[arch-commits] Commit in livestreamer/repos (2 files)
Felix Yan
fyan at nymeria.archlinux.org
Wed Mar 19 02:34:42 UTC 2014
Date: Wednesday, March 19, 2014 @ 03:34:42
Author: fyan
Revision: 107743
archrelease: copy trunk to community-staging-any
Added:
livestreamer/repos/community-staging-any/
livestreamer/repos/community-staging-any/PKGBUILD
(from rev 107742, livestreamer/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: livestreamer/repos/community-staging-any/PKGBUILD (from rev 107742, livestreamer/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2014-03-19 02:34:42 UTC (rev 107743)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Christopher Rosell <chrippa at tanuki.se>
+pkgname=livestreamer
+pkgver=1.7.5
+pkgrel=2
+pkgdesc='CLI program that launches streams from various streaming services in a custom video player'
+arch=('any')
+url='https://github.com/chrippa/livestreamer'
+license=('BSD')
+depends=('python-requests' 'rtmpdump' 'python-setuptools')
+provides=('livestreamer')
+conflicts=('livestreamer-git')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('7f8308a3efdb7c951eda2f5d1b3e738f2fe280e145d4c624b7cd70b1071967a4')
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list