From ebb9dc5e04de3b8d6b98fc4cb4ebb4acdb56b732 Mon Sep 17 00:00:00 2001 From: Nicholas Jones Date: Sun, 23 Jun 2002 23:34:28 +0000 Subject: New ebuild. Bug #2953 --- app-text/htmlinc/htmlinc-1.0_beta1.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app-text/htmlinc/htmlinc-1.0_beta1.ebuild (limited to 'app-text/htmlinc/htmlinc-1.0_beta1.ebuild') 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 +} -- cgit v1.2.3-65-gdbad