diff options
author | Abhishek Amit <abhishek@gentoo.org> | 2003-10-12 07:51:32 +0000 |
---|---|---|
committer | Abhishek Amit <abhishek@gentoo.org> | 2003-10-12 07:51:32 +0000 |
commit | f4c9362ae16e777a0f7196586f394fee7f2b10bc (patch) | |
tree | 6fd104fccc91f6a504b9fea3ee50cbe99acd2412 /app-pda/orange/orange-0.2-r1.ebuild | |
parent | Fixed incorrect depend. (diff) | |
download | historical-f4c9362ae16e777a0f7196586f394fee7f2b10bc.tar.gz historical-f4c9362ae16e777a0f7196586f394fee7f2b10bc.tar.bz2 historical-f4c9362ae16e777a0f7196586f394fee7f2b10bc.zip |
Fixed incorrect depend.
Diffstat (limited to 'app-pda/orange/orange-0.2-r1.ebuild')
-rw-r--r-- | app-pda/orange/orange-0.2-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-pda/orange/orange-0.2-r1.ebuild b/app-pda/orange/orange-0.2-r1.ebuild new file mode 100644 index 000000000000..53f4f4dd390e --- /dev/null +++ b/app-pda/orange/orange-0.2-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 + +DESCRIPTION="Orange is a tool and library for squeezing out juicy \ +installable Microsoft Cabinet Files from self-extracting installers \ +for Microsoft Windows" +HOMEPAGE="http://sourceforge.net/projects/synce/" +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="app-pda/dynamite + app-arch/unshield" + +src_compile() { + econf + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README +} |