Updated .ebuild and .spec files.
This commit is contained in:
parent
ccd1c8f160
commit
f0a13b4c23
|
@ -12,8 +12,7 @@ SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE="+ssl"
|
IUSE="+ssl"
|
||||||
|
|
||||||
DEPEND=">=dev-libs/libevent-1.3
|
DEPEND="=dev-lang/perl-5*
|
||||||
=dev-lang/perl-5*
|
|
||||||
ssl? ( >=dev-libs/openssl-0.9.8 )
|
ssl? ( >=dev-libs/openssl-0.9.8 )
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Summary: Advanced Direct Connect (p2p) Server
|
Summary: High performance ADC p2p hub.
|
||||||
Name: uhub
|
Name: uhub
|
||||||
Version: 0.3.0
|
Version: 0.3.0
|
||||||
Release: 1
|
Release: 1
|
||||||
|
@ -10,10 +10,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A high performance ADC peer to peer message hub.
|
uhub is a high performance peer-to-peer hub for the ADC network.
|
||||||
Main site: http://www.uhub.org
|
Its low memory footprint allows it to handle several thousand users on
|
||||||
Bugzilla: http://bugs.extatic.org
|
high-end servers, or a small private hub on embedded hardware.
|
||||||
Development hub : adc://adc.extatic.org:1511
|
|
||||||
|
Key features:
|
||||||
|
- High performance and low memory usage
|
||||||
|
- IPv4 and IPv6 support
|
||||||
|
- Experimental SSL support (optional)
|
||||||
|
- Advanced access control support
|
||||||
|
- Easy configuration
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
Loading…
Reference in New Issue