summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-10-08 19:32:53 +0000
committerMike Frysinger <vapier@gentoo.org>2006-10-08 19:32:53 +0000
commitdb6bbc0b1fe2d16b964c710d0789fb877ac1f794 (patch)
tree2046c800a96037eb1d9323c074ad90b31a8eed84 /dev-util/unifdef/unifdef-1.20.ebuild
parentversion bump (diff)
downloadgentoo-2-db6bbc0b1fe2d16b964c710d0789fb877ac1f794.tar.gz
gentoo-2-db6bbc0b1fe2d16b964c710d0789fb877ac1f794.tar.bz2
gentoo-2-db6bbc0b1fe2d16b964c710d0789fb877ac1f794.zip
initial import
(Portage version: 2.1.2_pre2-r5)
Diffstat (limited to 'dev-util/unifdef/unifdef-1.20.ebuild')
-rw-r--r--dev-util/unifdef/unifdef-1.20.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/unifdef/unifdef-1.20.ebuild b/dev-util/unifdef/unifdef-1.20.ebuild
new file mode 100644
index 000000000000..a4a2037c53eb
--- /dev/null
+++ b/dev-util/unifdef/unifdef-1.20.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-1.20.ebuild,v 1.1 2006/10/08 19:32:53 vapier Exp $
+
+DESCRIPTION="remove #ifdef'ed lines from a file while otherwise leaving the file alone"
+HOMEPAGE="http://freshmeat.net/projects/unifdef/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND=""
+
+S=${WORKDIR}/${P}/Debian
+
+src_install() {
+ emake install DESTDIR="${D}" || die
+ dodoc ../README.Gentoo README
+}