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/sci-misc/gcam/gcam-9999.ebuild

35 lines
667 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-misc/gcam/gcam-9999.ebuild,v 1.2 2012/01/08 19:17:32 dilfridge Exp $
EAPI=4
ESVN_REPO_URI="http://gcam.js.cx/svn/gcam/trunk"
ESVN_USER=gcam
ESVN_PASSWORD=gcam
inherit base autotools subversion
DESCRIPTION="GNU Computer Aided Manufacturing"
HOMEPAGE="http://gcam.js.cx"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="
>=media-libs/libpng-1.5
x11-libs/gtk+:2
x11-libs/gtkglext
"
RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${PN}-2010.07.27-libpng15.patch"
)
src_prepare() {
base_src_prepare
eautoreconf
}