mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/mangler: Fixed dep information
This commit is contained in:
parent
26d09c7ca3
commit
079e234cec
2 changed files with 1 additions and 2 deletions
|
@ -2,5 +2,4 @@ Mangler is an open source VOIP client capable of connecting to
|
|||
Ventrilo 3.x servers. It is capable of performing almost all
|
||||
standard user functionality found in a Windows Ventrilo client.
|
||||
|
||||
This requires speex, gsm, and gtkmm.
|
||||
Optional dependencies include espeak, g15tools, and celt.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://www.mangler.org/downloads/mangler-1.2.2.tar.bz2"
|
|||
MD5SUM="b9f5506c4ab172d39d43c5edc8a4a950"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="celt espeak gsm gtkmm speex"
|
||||
REQUIRES="gsm gtkmm speex"
|
||||
MAINTAINER="James Geboski"
|
||||
EMAIL="jgeboski@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue