# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.4.ebuild,v 1.3 2005/08/26 15:45:25 agriffis Exp $ DESCRIPTION="C library to easily read preferences from command line and config files" HOMEPAGE="http://www.crusaderky.altervista.org" SRC_URI="http://www.crusaderky.altervista.org/downloads/SDLSee/libprefs/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" S="${WORKDIR}/${P}" src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc ChangeLog README AUTHORS TODO }