diff options
author | 2002-07-25 12:57:05 +0000 | |
---|---|---|
committer | 2002-07-25 12:57:05 +0000 | |
commit | 56fe3d211b309d22875df48a5dfacab9582a5187 (patch) | |
tree | f1c738ae329f00bfd0c636ac4b46970d42e99cf9 /app-admin/modlogan | |
parent | version bump and cleanup of stuff (diff) | |
download | historical-56fe3d211b309d22875df48a5dfacab9582a5187.tar.gz historical-56fe3d211b309d22875df48a5dfacab9582a5187.tar.bz2 historical-56fe3d211b309d22875df48a5dfacab9582a5187.zip |
repoman'd
Diffstat (limited to 'app-admin/modlogan')
-rw-r--r-- | app-admin/modlogan/modlogan-0.7.4-r1.ebuild | 35 |
1 files changed, 15 insertions, 20 deletions
diff --git a/app-admin/modlogan/modlogan-0.7.4-r1.ebuild b/app-admin/modlogan/modlogan-0.7.4-r1.ebuild index 465d43f93e15..e88e6c992f8c 100644 --- a/app-admin/modlogan/modlogan-0.7.4-r1.ebuild +++ b/app-admin/modlogan/modlogan-0.7.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.7.4-r1.ebuild,v 1.6 2002/07/22 04:52:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.7.4-r1.ebuild,v 1.7 2002/07/25 12:57:05 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Logfile Analyzer" @@ -14,15 +14,14 @@ KEYWORDS="x86" DEPEND="virtual/x11 dev-libs/libxml dev-libs/libxml2 - =media-libs/freetype-1.3* - >=media-libs/jpeg-6b + media-libs/jpeg media-libs/libpng + =media-libs/freetype-1.3* >=dev-libs/libpcre-3.2 >=net-libs/adns-1.0 mysql? ( >=dev-db/mysql-3.23.26 )" RDEPEND="nls? ( sys-devel/gettext )" - src_compile() { cd ${S}/../gd-1.8.1 @@ -35,23 +34,19 @@ src_compile() { ln -s libgd.so.0.0.0 libgd.so local myconf - use mysql \ - && myconf="--with-mysql=/usr" \ + use mysql \ + && myconf="--with-mysql=/usr" \ || myconf="--without-mysql" - use nls \ - || myconf="${myconf} --disable-nls" + use nls || myconf="${myconf} --disable-nls" -cd ${S} - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ + cd ${S} + econf \ --enable-plugins \ - --mandir=/usr/share/man \ - --sysconfdir=/etc/modlogan \ - --libdir=/usr/lib/modlogan \ + --sysconfdir=/etc/modlogan \ + --libdir=/usr/lib/modlogan \ --with-gd=${WORKDIR}/gd-1.8.1/ \ - --disable-check-dynamic \ + --disable-check-dynamic \ ${myconf} || die make || die @@ -62,11 +57,11 @@ src_install() { into /usr dolib libgd.so.0.0.0 cd ${S} - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ + make \ + prefix=${D}/usr \ + mandir=${D}/usr/share/man \ sysconfdir=${D}/etc/modlogan \ - libdir=${D}/usr/lib/modlogan \ + libdir=${D}/usr/lib/modlogan \ install || die insinto /etc/modlogan |