summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda/orange/orange-0.2-r1.ebuild')
-rw-r--r--app-pda/orange/orange-0.2-r1.ebuild14
1 files changed, 11 insertions, 3 deletions
diff --git a/app-pda/orange/orange-0.2-r1.ebuild b/app-pda/orange/orange-0.2-r1.ebuild
index 4f7bb1c884c7..766495da6aaa 100644
--- a/app-pda/orange/orange-0.2-r1.ebuild
+++ b/app-pda/orange/orange-0.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.2-r1.ebuild,v 1.3 2004/04/25 22:31:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.2-r1.ebuild,v 1.4 2004/06/23 08:12:59 abhishek Exp $
DESCRIPTION="Orange is a tool and library for squeezing out juicy \
installable Microsoft Cabinet Files from self-extracting installers \
@@ -13,8 +13,16 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND="app-pda/dynamite
- app-arch/unshield"
+DEPEND=">=app-pda/dynamite-0.1
+ >=app-arch/unshield-0.2
+ >=app-pda/synce-librapi2-0.8.9
+ >=app-pda/synce-libsynce-0.8.9"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -ie "s:-Werror::" lib/Makefile.am
+}
src_compile() {
econf || die "econf failed"