2014-03-02 20:55:13 +11:00
|
|
|
# Description: CLI program that launches streams from various streaming services in a custom video player.
|
|
|
|
# URL: https://github.com/chrippa/livestreamer
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
|
|
# Packager: Danny Rawlins, crux at romster dot me
|
2015-04-01 21:31:58 +11:00
|
|
|
# Depends on: futures requests rtmpdump singledispatch six
|
2014-03-02 20:55:13 +11:00
|
|
|
|
|
|
|
name=livestreamer
|
2015-06-14 14:30:07 +10:00
|
|
|
version=1.12.2
|
2014-03-02 20:55:13 +11:00
|
|
|
release=1
|
|
|
|
source=(http://pypi.python.org/packages/source/l/$name/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2015-04-01 21:31:58 +11:00
|
|
|
/usr/bin/python setup.py build
|
2014-03-02 20:55:13 +11:00
|
|
|
/usr/bin/python setup.py install --root=$PKG --optimize=1
|
|
|
|
}
|