1
0
forked from ports/contrib

17 lines
502 B
Plaintext
Raw Normal View History

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
2014-03-02 20:55:13 +11:00
# Depends on: requests rtmpdump
name=livestreamer
2014-10-05 22:26:43 +11:00
version=1.10.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
/usr/bin/python setup.py install --root=$PKG --optimize=1
}