diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-29 09:06:59 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-29 09:06:59 +0000 |
commit | 678f0647e2f075c584f0167ded8d2a7d45d7f059 (patch) | |
tree | bc1be5d3d9a60a100e03cf2ed4e2c7228e34bb48 /app-text/binfind/binfind-0.0.3.ebuild | |
parent | remove masking off of gcc-4.x (diff) | |
download | gentoo-2-678f0647e2f075c584f0167ded8d2a7d45d7f059.tar.gz gentoo-2-678f0647e2f075c584f0167ded8d2a7d45d7f059.tar.bz2 gentoo-2-678f0647e2f075c584f0167ded8d2a7d45d7f059.zip |
Initial commit. Really useful tool for large input files.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64)
Diffstat (limited to 'app-text/binfind/binfind-0.0.3.ebuild')
-rw-r--r-- | app-text/binfind/binfind-0.0.3.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-text/binfind/binfind-0.0.3.ebuild b/app-text/binfind/binfind-0.0.3.ebuild new file mode 100644 index 000000000000..93909b172b68 --- /dev/null +++ b/app-text/binfind/binfind-0.0.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/binfind/binfind-0.0.3.ebuild,v 1.1 2008/12/29 09:06:59 robbat2 Exp $ + +DESCRIPTION="binfind searches files for a byte sequence specified on the command line." +HOMEPAGE="http://www.lith.at/binfind" +SRC_URI="http://www.lith.at/binfind/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS NEWS README ChangeLog +} |