summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Jones <carpaski@gentoo.org>2002-06-23 23:34:28 +0000
committerNicholas Jones <carpaski@gentoo.org>2002-06-23 23:34:28 +0000
commitebb9dc5e04de3b8d6b98fc4cb4ebb4acdb56b732 (patch)
tree549e1bdd864d6519d67f75b0cf6123b2016bfd83 /app-text/htmlinc/htmlinc-1.0_beta1.ebuild
parentNew openmosix-sources from openmosix people (diff)
downloadgentoo-2-ebb9dc5e04de3b8d6b98fc4cb4ebb4acdb56b732.tar.gz
gentoo-2-ebb9dc5e04de3b8d6b98fc4cb4ebb4acdb56b732.tar.bz2
gentoo-2-ebb9dc5e04de3b8d6b98fc4cb4ebb4acdb56b732.zip
New ebuild. Bug #2953
Diffstat (limited to 'app-text/htmlinc/htmlinc-1.0_beta1.ebuild')
-rw-r--r--app-text/htmlinc/htmlinc-1.0_beta1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-text/htmlinc/htmlinc-1.0_beta1.ebuild b/app-text/htmlinc/htmlinc-1.0_beta1.ebuild
new file mode 100644
index 000000000000..2379b9930943
--- /dev/null
+++ b/app-text/htmlinc/htmlinc-1.0_beta1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmlinc/htmlinc-1.0_beta1.ebuild,v 1.1 2002/06/23 23:34:28 carpaski Exp $
+
+DESCRIPTION="HTML Include System by Ulli Meybohm"
+HOMEPAGE="http://www.meybohm.de/"
+LICENSE="GPL"
+DEPEND=""
+SRC_URI="http://meybohm.de/files/htmlinc.tar.gz"
+S=${WORKDIR}/htmlinc
+
+src_compile() {
+ emake CFLAGS="${CXXFLAGS} -Wall" || die
+}
+
+src_install () {
+ dobin htmlinc
+}