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.
32 lines
701 B
32 lines
701 B
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-util/reswrap/reswrap-3.2.0.ebuild,v 1.11 2009/09/23 17:48:09 patrick Exp $
|
|
|
|
FOX_COMPONENT="utils"
|
|
FOX_PV="1.4.12"
|
|
|
|
inherit fox
|
|
|
|
DESCRIPTION="Utility to wrap icon resources into C++ code, from the FOX Toolkit"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
|
|
IUSE=""
|
|
|
|
RDEPEND=""
|
|
|
|
FOXCONF="--disable-bz2lib \
|
|
--disable-cups \
|
|
--disable-jpeg \
|
|
--without-opengl \
|
|
--disable-png \
|
|
--without-shape \
|
|
--disable-tiff \
|
|
--without-x \
|
|
--without-xcursor \
|
|
--without-xrandr \
|
|
--without-xshm \
|
|
--without-xft \
|
|
--disable-zlib"
|