summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-08-15 18:18:54 +0000
committerStuart Herbert <stuart@gentoo.org>2004-08-15 18:18:54 +0000
commit83c1f25f5c02f6deea7eb1ba8bfee117640bd8da (patch)
tree0692436221929948bba4762efbfe5695670390d2 /net-www/wsmake/wsmake-0.6.4.ebuild
parentMoved from net-www/wsmake to www-misc/wsmake. (diff)
downloadgentoo-2-83c1f25f5c02f6deea7eb1ba8bfee117640bd8da.tar.gz
gentoo-2-83c1f25f5c02f6deea7eb1ba8bfee117640bd8da.tar.bz2
gentoo-2-83c1f25f5c02f6deea7eb1ba8bfee117640bd8da.zip
Moving to www-misc/wsmake
Diffstat (limited to 'net-www/wsmake/wsmake-0.6.4.ebuild')
-rw-r--r--net-www/wsmake/wsmake-0.6.4.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-www/wsmake/wsmake-0.6.4.ebuild b/net-www/wsmake/wsmake-0.6.4.ebuild
deleted file mode 100644
index 5e6e9069e87f..000000000000
--- a/net-www/wsmake/wsmake-0.6.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/wsmake/wsmake-0.6.4.ebuild,v 1.5 2004/06/25 01:16:42 agriffis Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Website Pre-processor"
-HOMEPAGE="http://www.wsmake.org/"
-SRC_URI="http://ftp.wsmake.org/pub/wsmake6/stable/wsmake-0.6.4.tar.bz2
-http://ftp.wsmake.org/pub/wsmake6/docs/user-manual.pdf
-http://ftp.wsmake.org/pub/wsmake6/docs/user-manual.ps
-http://ftp.wsmake.org/pub/wsmake6/docs/user-manual-html.tar.gz"
-
-KEYWORDS="x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-src_unpack () {
- unpack ${P}.tar.bz2
- cd ${S}
- #Apply patch to allow compiling
- patch -p0 < ${FILESDIR}/${P}-bv.diff || die
- unpack user-manual-html.tar.gz
-}
-
-src_compile () {
- ./configure --prefix=/usr || die
- emake || die
- cd doc
- tar -cf examples.tar examples || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc AUTHORS Artistic COPYING ChangeLog* DEVELOPERS LICENSE NEWS README TODO
- cd user-manual
- dohtml * stylesheet-images/*
- cd ../doc
- dodoc manual.txt examples.tar
-}
-