blob: da01d5d8639cfd3c3d6432fa4496b05c8de6608d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=configure install postinst prepare
DEPEND=ssl? ( dev-libs/openssl:0 )
DESCRIPTION=BNC (BouNCe) is used as a gateway to an IRC Server
EAPI=6
HOMEPAGE=http://gotbnc.com/
IUSE=ssl
KEYWORDS=~alpha ~amd64 ~arm ~ppc ~s390 ~sparc ~x86
LICENSE=GPL-2
RDEPEND=ssl? ( dev-libs/openssl:0 )
SLOT=0
SRC_URI=http://gotbnc.com/files/bnc2.9.4.tar.gz
_eclass_exported_funcs=pkg_postinst:- src_prepare:- src_configure:- src_install:-
_md5_=286e1c8de3a3d618354cbc7b096d0777
|