diff options
author | 2006-01-22 11:30:50 +0000 | |
---|---|---|
committer | 2006-01-22 11:30:50 +0000 | |
commit | 0177ab0efeb9984a6ae11e77e65c93792c4291f0 (patch) | |
tree | 205078ebed613dbdbbae0aad704eb2e80b39c886 /app-i18n/enca/enca-1.9.ebuild | |
parent | Stable on ppc64 (diff) | |
download | historical-0177ab0efeb9984a6ae11e77e65c93792c4291f0.tar.gz historical-0177ab0efeb9984a6ae11e77e65c93792c4291f0.tar.bz2 historical-0177ab0efeb9984a6ae11e77e65c93792c4291f0.zip |
version bump
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-i18n/enca/enca-1.9.ebuild')
-rw-r--r-- | app-i18n/enca/enca-1.9.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-i18n/enca/enca-1.9.ebuild b/app-i18n/enca/enca-1.9.ebuild new file mode 100644 index 000000000000..143b6953d105 --- /dev/null +++ b/app-i18n/enca/enca-1.9.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.9.ebuild,v 1.1 2006/01/22 11:30:50 dragonheart Exp $ + +DESCRIPTION="ENCA detects the character coding of a file and converts it if desired" +HOMEPAGE="http://trific.ath.cx/software/enca/" +SRC_URI="http://trific.ath.cx/Ftp/enca/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="" + +src_install() { + make DESTDIR=${D} install || die +} |