| 1 |
# Copyright 1999-2009 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/iconkit/iconkit-0.4.1.ebuild,v 1.3 2009/06/11 21:44:31 maekke Exp $ |
| 4 |
|
| 5 |
inherit gnustep-2 |
| 6 |
|
| 7 |
S="${WORKDIR}/Etoile-${PV}/Frameworks/IconKit" |
| 8 |
|
| 9 |
DESCRIPTION="framework used to create icons using different elements" |
| 10 |
HOMEPAGE="http://www.etoile-project.org" |
| 11 |
SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.bz2" |
| 12 |
LICENSE="LGPL-2.1" |
| 13 |
KEYWORDS="amd64 ppc x86" |
| 14 |
SLOT="0" |
| 15 |
IUSE="" |
| 16 |
|
| 17 |
DEPEND="media-libs/libpng" |
| 18 |
RDEPEND="${DEPEND}" |
| 19 |
|
| 20 |
src_unpack() { |
| 21 |
unpack ${A} |
| 22 |
|
| 23 |
cd "${WORKDIR}/Etoile-${PV}" |
| 24 |
sed -i -e "s/-Werror//" etoile.make || die "sed failed" |
| 25 |
} |