diff options
author | Abhishek Amit <abhishek@gentoo.org> | 2003-09-22 14:05:43 +0000 |
---|---|---|
committer | Abhishek Amit <abhishek@gentoo.org> | 2003-09-22 14:05:43 +0000 |
commit | 4ac90511946fae500582462fed882c1a5e2703ff (patch) | |
tree | 3fed28f4ebffafb9a306cc644e76456639a4ed06 /app-pda/dynamite/dynamite-0.1.ebuild | |
parent | user-cfg should be global-cfg #29291 (diff) | |
download | historical-4ac90511946fae500582462fed882c1a5e2703ff.tar.gz historical-4ac90511946fae500582462fed882c1a5e2703ff.tar.bz2 historical-4ac90511946fae500582462fed882c1a5e2703ff.zip |
Added orange and deps. Closes #28882
Diffstat (limited to 'app-pda/dynamite/dynamite-0.1.ebuild')
-rw-r--r-- | app-pda/dynamite/dynamite-0.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-pda/dynamite/dynamite-0.1.ebuild b/app-pda/dynamite/dynamite-0.1.ebuild new file mode 100644 index 000000000000..76029e893376 --- /dev/null +++ b/app-pda/dynamite/dynamite-0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/dynamite/dynamite-0.1.ebuild,v 1.1 2003/09/22 14:05:43 abhishek Exp $ + +DESCRIPTION="Lib to unpack InstallShield .exe files" +HOMEPAGE="http://sourceforge.net/projects/synce/" +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" + +src_compile() { + econf + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README +} |