You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/libmonetra/libmonetra-5.2.ebuild

23 lines
787 B

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libmonetra/libmonetra-5.2.ebuild,v 1.11 2007/04/20 14:00:20 yoswink Exp $
DESCRIPTION="library for connecting to a MCVE Credit Card Processing Daemon via SSL, TCP/IP, and drop-files."
HOMEPAGE="http://www.mainstreetsoftworks.com/"
SRC_URI="ftp://ftp.mcve.com/pub/libmcve/${P}.tar.gz
http://www.mainstreetsoftworks.com/freedist/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND="dev-libs/openssl"
DEPEND="${RDEPEND}
sys-devel/gcc"
src_install() {
make install DESTDIR="${D}" || die "einstall failed"
dodoc AUTHORS CAfile.pem ChangeLog INSTALL README
}