summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/reswrap/reswrap-3.1.0.ebuild')
-rw-r--r--dev-util/reswrap/reswrap-3.1.0.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-util/reswrap/reswrap-3.1.0.ebuild b/dev-util/reswrap/reswrap-3.1.0.ebuild
new file mode 100644
index 000000000000..5e451af31b62
--- /dev/null
+++ b/dev-util/reswrap/reswrap-3.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/reswrap/reswrap-3.1.0.ebuild,v 1.1 2005/05/07 19:43:22 rphillips Exp $
+
+FOX_COMPONENT="utils"
+FOX_PV="1.2.15"
+
+inherit fox
+
+DESCRIPTION="Utility to wrap icon resources into C++ code, from the FOX Toolkit"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ppc ~ppc64 ~sparc"
+IUSE=""
+
+RDEPEND="virtual/libc"
+
+FOXCONF="--disable-bz2lib \
+ --disable-cups \
+ --disable-jpeg \
+ --without-opengl \
+ --disable-png \
+ --disable-tiff \
+ --without-x \
+ --without-xcursor \
+ --without-xft \
+ --without-xshm \
+ --disable-zlib"