# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/syck/syck-0.35.ebuild,v 1.1 2003/07/09 11:36:06 twp Exp $ DESCRIPTION="An extension for reading YAML swiftly in popular scripting languages" HOMEPAGE="http://www.whytheluckystiff.net/syck/" SRC_URI="mirror://sourceforge/yaml4r/${P}.tar.gz" LICENSE="BSD D&R" SLOT="0" KEYWORDS="~alpha ~arm ~hppa ~mips ~sparc ~x86" DEPEND="virtual/glibc" src_compile() { econf || die emake } src_install() { einstall || die dodoc README }