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/dev-libs/libmaa/libmaa-1.2.0.ebuild

18 lines
634 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmaa/libmaa-1.2.0.ebuild,v 1.5 2010/05/21 15:39:37 pva Exp $
DESCRIPTION="Library with low-level data structures which are helpful for writing compilers"
HOMEPAGE="http://www.dict.org/"
SRC_URI="mirror://sourceforge/dict/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
IUSE=""
src_install() {
emake DESTDIR="${D}" install || die
dodoc ChangeLog NEWS README doc/libmaa.600dpi.ps || die
}