summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/rotix/rotix-0.83.ebuild')
-rw-r--r--app-crypt/rotix/rotix-0.83.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/app-crypt/rotix/rotix-0.83.ebuild b/app-crypt/rotix/rotix-0.83.ebuild
index 6fa84bc4d3a1..d97c4fc57003 100644
--- a/app-crypt/rotix/rotix-0.83.ebuild
+++ b/app-crypt/rotix/rotix-0.83.ebuild
@@ -1,27 +1,22 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/rotix-0.83.ebuild,v 1.7 2003/12/10 22:35:28 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/rotix-0.83.ebuild,v 1.8 2004/05/31 20:34:34 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="Rotix allows you to generate rotational obfuscations."
HOMEPAGE="http://elektron.its.tudelft.nl/~hemmin98/rotix.html"
SRC_URI="http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${P}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc ia64 amd64"
-
+KEYWORDS="x86 ~ppc amd64 ia64"
IUSE="nls"
RDEPEND="nls? ( sys-devel/gettext )"
src_compile() {
local myconf
-
use nls && myconf="--i18n=1"
-
econf ${myconf} || die
-
emake || die
}