summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 22:25:54 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 22:25:54 +0000
commit2f35ea1bfcf4445f8f0823e06f35b36aa0bb74ad (patch)
treee6d726bde659447190b9304e636519fc241c321e /dev-db/sqlite/sqlite-2.8.0.ebuild
parentrepoman: trim trailing whitespace (diff)
downloadhistorical-2f35ea1bfcf4445f8f0823e06f35b36aa0bb74ad.tar.gz
historical-2f35ea1bfcf4445f8f0823e06f35b36aa0bb74ad.tar.bz2
historical-2f35ea1bfcf4445f8f0823e06f35b36aa0bb74ad.zip
repoman: trim trailing whitespace
Diffstat (limited to 'dev-db/sqlite/sqlite-2.8.0.ebuild')
-rw-r--r--dev-db/sqlite/sqlite-2.8.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/sqlite/sqlite-2.8.0.ebuild b/dev-db/sqlite/sqlite-2.8.0.ebuild
index 9622712f29ad..e059d29eb33f 100644
--- a/dev-db/sqlite/sqlite-2.8.0.ebuild
+++ b/dev-db/sqlite/sqlite-2.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.0.ebuild,v 1.1 2003/04/22 10:21:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.0.ebuild,v 1.2 2003/09/06 22:25:50 msterret Exp $
S=${WORKDIR}/sqlite
DESCRIPTION="SQLite: An SQL Database Engine in a C Library."
@@ -14,18 +14,18 @@ KEYWORDS="x86 ppc sparc "
src_compile() {
econf || die
-
+
emake || die
make doc || die
}
src_install () {
dodir /usr/{bin,include,lib}
-
+
einstall || die
dobin lemon
- dodoc README VERSION
+ dodoc README VERSION
doman sqlite.1
docinto html
dohtml doc/*.html doc/*.txt doc/*.png