diff options
Diffstat (limited to 'app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild')
-rw-r--r-- | app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild b/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild index b8cdcb4a17b9..dd4cde92f618 100644 --- a/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild +++ b/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild @@ -1,21 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp -# 20 Sept.2001 / 16.30 CET +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild,v 1.7 2002/07/25 19:18:34 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="lcdproc - displays system status on Matrix-Orbital 20x4 LCD on a serial port." SRC_URI="http://lcdproc.omnipotent.net/${P}.tar.gz" HOMEPAGE="http://lcdproc.omnipotent.net/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND=">=sys-apps/baselayout-1.6.4" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die + econf || die make || die } @@ -26,9 +25,9 @@ src_install () { doman docs/lcdproc.1 dodoc README ChangeLog COPYING INSTALL docinto docs - dodoc docs/README.dg docs/README.dg2 docs/hd44780_howto.txt docs/menustuff.txt docs/netstuff.txt + dodoc docs/README.dg* docs/*.txt docinto clients/example - dodoc clients/examples/fortune.pl clients/examples/iosock.pl clients/examples/tail.pl clients/examples/x11amp.pl + dodoc clients/examples/*.pl docinto clients/headlines dodoc clients/headlines/lcdheadlines |