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/shivavg/shivavg-0.2.1.ebuild

34 lines
634 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=3
MY_PN="ShivaVG"
MY_P="${MY_PN}-${PV}"
inherit base autotools
DESCRIPTION="open-source implementation of the Khronos' OpenVG specification"
HOMEPAGE="http://shivavg.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"
IUSE=""
RDEPEND="virtual/glu
media-libs/freeglut
virtual/opengl"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
src_prepare() {
base_src_prepare
sed -i -e 's:LDFLAGS="$LDFLAGS :LIBS=":g' \
configure.in
eautoreconf
}