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/media-libs/sdl-flic/sdl-flic-1.2.ebuild

36 lines
799 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-flic/sdl-flic-1.2.ebuild,v 1.8 2009/12/15 17:57:02 ssuominen Exp $
inherit eutils multilib
DESCRIPTION="FLIC animation file loading library"
HOMEPAGE="http://www.libsdl.org/"
SRC_URI="mirror://gentoo/SDL_flic-12.tgz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 ~hppa ~mips ~ppc ppc64 ~sparc x86"
IUSE=""
DEPEND="media-libs/libsdl"
S=${WORKDIR}/SDL_flic-${PV}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${PV}-win32.patch"
cp "${FILESDIR}/Makefile" .
edos2unix SDL_flic.h
}
src_install() {
emake \
DESTDIR="${D}" \
LIBDIR=/usr/$(get_libdir) \
install \
|| die "emake install failed"
dodoc README.txt
}