diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2003-03-16 13:43:24 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2003-03-16 13:43:24 +0000 |
commit | b0bae9d5d64cf0447f5a1389ba3478bc50803002 (patch) | |
tree | 4d2873ef65d13461758e9a3bd44d89ec39df242b /net-www/swish-e | |
parent | Added hppa to keywords. (diff) | |
download | gentoo-2-b0bae9d5d64cf0447f5a1389ba3478bc50803002.tar.gz gentoo-2-b0bae9d5d64cf0447f5a1389ba3478bc50803002.tar.bz2 gentoo-2-b0bae9d5d64cf0447f5a1389ba3478bc50803002.zip |
initial ebuild
Diffstat (limited to 'net-www/swish-e')
-rw-r--r-- | net-www/swish-e/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/swish-e/files/digest-swish-e-2.2.2 | 1 | ||||
-rw-r--r-- | net-www/swish-e/swish-e-2.2.2.ebuild | 29 |
3 files changed, 38 insertions, 0 deletions
diff --git a/net-www/swish-e/ChangeLog b/net-www/swish-e/ChangeLog new file mode 100644 index 000000000000..4497715cdb00 --- /dev/null +++ b/net-www/swish-e/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-www/swish-e +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/swish-e/ChangeLog,v 1.1 2003/03/16 13:43:24 bass Exp $ + +*swish-e-2.2.2 (16 Mar 2003) + 16 Mar 2003; J.Alberto Suárez López <bass@gentoo.org> swish-e-2.2.2.ebuild: + initial ebuild + diff --git a/net-www/swish-e/files/digest-swish-e-2.2.2 b/net-www/swish-e/files/digest-swish-e-2.2.2 new file mode 100644 index 000000000000..5c7b3954a593 --- /dev/null +++ b/net-www/swish-e/files/digest-swish-e-2.2.2 @@ -0,0 +1 @@ +MD5 5a3ba1f5d980da2c2eb8059ae1cd7095 swish-e-2.2.2.tar.gz 969119 diff --git a/net-www/swish-e/swish-e-2.2.2.ebuild b/net-www/swish-e/swish-e-2.2.2.ebuild new file mode 100644 index 000000000000..dffb833faf37 --- /dev/null +++ b/net-www/swish-e/swish-e-2.2.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/swish-e/swish-e-2.2.2.ebuild,v 1.1 2003/03/16 13:43:24 bass Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Simple Web Indexing System for Humans - Ehanced" +SRC_URI="http://www.swish-e.org/Download/${P}.tar.gz" +HOMEPAGE="http://www.swish-e.org" +KEYWORDS="~x86" +SLOT="0" +LICENSE="GPL-2" + +DEPEND=">=sys-libs/zlib-1.1.3 + dev-libs/libxml2 + dev-perl/libwww-perl" + +src_compile() { + + econf || die + + emake || die + +} + +src_install () { + dobin src/swish-e + + dodoc INSTALL README +} |