summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-24 22:39:45 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-24 22:39:45 +0000
commit63d1eafa68da7dcd76e2c9c83dc30940c89d31af (patch)
tree14c743af6e0173c18b1efe43f767ea6765e5ea0a /app-emulation/libspectrum
parentFix for attempt to install wrong version of the .so file (diff)
downloadgentoo-2-63d1eafa68da7dcd76e2c9c83dc30940c89d31af.tar.gz
gentoo-2-63d1eafa68da7dcd76e2c9c83dc30940c89d31af.tar.bz2
gentoo-2-63d1eafa68da7dcd76e2c9c83dc30940c89d31af.zip
make glib required
Diffstat (limited to 'app-emulation/libspectrum')
-rw-r--r--app-emulation/libspectrum/libspectrum-0.2.0.1-r1.ebuild13
1 files changed, 3 insertions, 10 deletions
diff --git a/app-emulation/libspectrum/libspectrum-0.2.0.1-r1.ebuild b/app-emulation/libspectrum/libspectrum-0.2.0.1-r1.ebuild
index def37a0d10e9..c85b6223ac6a 100644
--- a/app-emulation/libspectrum/libspectrum-0.2.0.1-r1.ebuild
+++ b/app-emulation/libspectrum/libspectrum-0.2.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/libspectrum-0.2.0.1-r1.ebuild,v 1.1 2003/11/24 17:24:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/libspectrum-0.2.0.1-r1.ebuild,v 1.2 2003/11/24 22:39:45 vapier Exp $
DESCRIPTION="Spectrum emulation library"
HOMEPAGE="http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html"
@@ -9,20 +9,13 @@ SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-IUSE="gnome"
-DEPEND="gnome? ( =dev-libs/glib-1* )
+DEPEND="=dev-libs/glib-1*
dev-libs/libgcrypt
dev-lang/perl"
-src_unpack() {
- unpack ${A}
- cd ${S}
- use gnome || epatch ${FILESDIR}/${PV}-no-gnome.patch
-}
-
src_compile() {
- econf `use_with gnome glib` || die
+ econf --with-glib || die
emake -j1 || die "libspectrum make failed!"
}