diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-08 06:20:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-08 06:20:21 +0000 |
commit | 76551088709a7440d7394aca2ca4e039c6af8330 (patch) | |
tree | c0d6909f115c66c9644a33aad7197ed4a2a2f1e4 /app-text/dictd | |
parent | old (diff) | |
download | gentoo-2-76551088709a7440d7394aca2ca4e039c6af8330.tar.gz gentoo-2-76551088709a7440d7394aca2ca4e039c6af8330.tar.bz2 gentoo-2-76551088709a7440d7394aca2ca4e039c6af8330.zip |
repoman
Diffstat (limited to 'app-text/dictd')
-rw-r--r-- | app-text/dictd/dictd-1.5.5-r6.ebuild | 19 | ||||
-rw-r--r-- | app-text/dictd/dictd-1.8.0.ebuild | 14 |
2 files changed, 13 insertions, 20 deletions
diff --git a/app-text/dictd/dictd-1.5.5-r6.ebuild b/app-text/dictd/dictd-1.5.5-r6.ebuild index 6b20f98b2a8a..2e02f4177bed 100644 --- a/app-text/dictd/dictd-1.5.5-r6.ebuild +++ b/app-text/dictd/dictd-1.5.5-r6.ebuild @@ -1,27 +1,24 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5-r6.ebuild,v 1.11 2003/09/05 22:37:21 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5-r6.ebuild,v 1.12 2003/09/08 06:18:46 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Dictionary Client/Server for the DICT protocol" +HOMEPAGE="http://www.dict.org/" SRC_URI="ftp://ftp.dict.org/pub/dict/${P}.tar.gz" -HOMEPAGE="http://www.dict.org" -DEPEND="virtual/glibc sys-devel/gcc" - -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 sparc ppc" -src_compile() { +DEPEND="virtual/glibc + sys-devel/gcc" - ./configure --prefix=/usr --mandir=/usr/share/man \ - --with-etcdir=/etc/dict --host=${CHOST} || die +src_compile() { + econf --with-etcdir=/etc/dict || die make || die } -src_install () { +src_install() { # gotta set up the dirs for it.... dodir /usr/bin dodir /usr/sbin diff --git a/app-text/dictd/dictd-1.8.0.ebuild b/app-text/dictd/dictd-1.8.0.ebuild index 190abe94220b..afee4b060dfb 100644 --- a/app-text/dictd/dictd-1.8.0.ebuild +++ b/app-text/dictd/dictd-1.8.0.ebuild @@ -1,27 +1,23 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.6 2003/09/05 22:37:21 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.7 2003/09/08 06:18:46 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Dictionary Client/Server for the DICT protocol" +HOMEPAGE="http://www.dict.org/" SRC_URI="ftp://ftp.dict.org/pub/dict/${P}.tar.gz" -HOMEPAGE="http://www.dict.org" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc ~sparc" DEPEND="virtual/glibc" src_compile() { - - econf \ - --with-etcdir=/etc/dict + econf --with-etcdir=/etc/dict || die make || die } -src_install () { +src_install() { # gotta set up the dirs for it.... dodir /usr/bin dodir /usr/sbin |