FS#41417 - [livestreamer] package the man page

Attached to Project: Community Packages
Opened by cupcake (muffins) - Friday, 01 August 2014, 01:27 GMT
Last edited by Daniel Wallace (gtmanfred) - Sunday, 03 August 2014, 04:05 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Daniel Wallace (gtmanfred)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
the man page has some useful info aside from the --help output

# $Id$
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: Christopher Rosell <chrippa@tanuki.se>
pkgname=livestreamer
pkgver=1.9.0
pkgrel=1
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')
makedepends=('python-sphinx')
provides=('livestreamer')
conflicts=('livestreamer-git')
options=(!emptydirs)
source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
sha256sums=('d450f1352fe8f9c65cbecf6415c6d404c45334870321224253b4c1a3dac4e28c')

build() {
cd "$srcdir/$pkgname-$pkgver"
python setup.py build

cd docs
make man
}

package() {
cd "$srcdir/$pkgname-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1

cd docs
install -Dm644 _build/man/livestreamer.1 "$pkgdir"/usr/share/man/man1/livestreamer.1
}

# vim:set ts=2 sw=2 et:
This task depends upon

Closed by  Daniel Wallace (gtmanfred)
Sunday, 03 August 2014, 04:05 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.9.0

Loading...