Parent Directory
|
Revision Log
Drop old. (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.13.ebuild,v 1.4 2012/10/17 03:33:35 phajdan.jr Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | DESCRIPTION="ncurses directconnect client" |
| 8 | HOMEPAGE="http://dev.yorhel.nl/ncdc" |
| 9 | SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" |
| 10 | |
| 11 | LICENSE="MIT" |
| 12 | SLOT="0" |
| 13 | KEYWORDS="amd64 ~ppc ~sparc x86" |
| 14 | IUSE="+db-upgrade" |
| 15 | |
| 16 | RDEPEND="app-arch/bzip2 |
| 17 | dev-db/sqlite:3 |
| 18 | dev-libs/glib:2 |
| 19 | dev-util/makeheaders |
| 20 | net-libs/gnutls |
| 21 | sys-libs/ncurses:5 |
| 22 | sys-libs/zlib |
| 23 | db-upgrade? ( |
| 24 | dev-libs/libxml2:2 |
| 25 | sys-libs/gdbm |
| 26 | )" |
| 27 | DEPEND="${RDEPEND} |
| 28 | virtual/pkgconfig" |
| 29 | |
| 30 | src_configure() { |
| 31 | econf \ |
| 32 | --disable-silent-rules \ |
| 33 | $(use_enable db-upgrade) |
| 34 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |