mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/zfec: Fixed dep information
This commit is contained in:
parent
e72af91f90
commit
290339a212
2 changed files with 1 additions and 3 deletions
|
@ -21,5 +21,3 @@ package makes several changes from the original "fec" package, including
|
||||||
addition of the Python API, refactoring of the C API to support zero-copy
|
addition of the Python API, refactoring of the C API to support zero-copy
|
||||||
operation, a few clean-ups and optimizations of the core code itself, and the
|
operation, a few clean-ups and optimizations of the core code itself, and the
|
||||||
addition of a command-line tool named "zfec".
|
addition of a command-line tool named "zfec".
|
||||||
|
|
||||||
This package requires pysetuptools, pyutil and darcsver.
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/z/zfec/zfec-1.4.24.tar.gz"
|
||||||
MD5SUM="e1bca3a1f18374f72bdf8cd42ea9c919"
|
MD5SUM="e1bca3a1f18374f72bdf8cd42ea9c919"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="darcsver pysetuptools pyutil"
|
REQUIRES="darcsver pyutil"
|
||||||
MAINTAINER="Markus Reichelt"
|
MAINTAINER="Markus Reichelt"
|
||||||
EMAIL="slackbuilds@mareichelt.de"
|
EMAIL="slackbuilds@mareichelt.de"
|
||||||
|
|
Loading…
Reference in a new issue