diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-17 20:16:14 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:05 -0600 |
commit | bdb0b2a1690da25bd9bfacb5020a01f108afded1 (patch) | |
tree | e86de10554b9a13408889892bac124448763780b /libraries/python-librtmp/slack-desc | |
parent | abae8ed73c14aa6374edb9c2626136c8c2503c51 (diff) | |
download | slackbuilds-bdb0b2a1690da25bd9bfacb5020a01f108afded1.tar.gz |
libraries/python-librtmp: Added (Python bindings for librtmp).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python-librtmp/slack-desc')
-rw-r--r-- | libraries/python-librtmp/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/python-librtmp/slack-desc b/libraries/python-librtmp/slack-desc new file mode 100644 index 0000000000..f253b98d0a --- /dev/null +++ b/libraries/python-librtmp/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-librtmp: python-librtmp (Python bindings for librtmp) +python-librtmp: +python-librtmp: python-librtmp is a Python interface to librtmp. +python-librtmp: It uses cffi to interface with the C library librtmp. +python-librtmp: +python-librtmp: +python-librtmp: +python-librtmp: +python-librtmp: +python-librtmp: Homepage: https://github.com/chrippa/python-librtmp +python-librtmp: |