diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:23:41 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:23:41 +0000 |
commit | 8f5142ea9ceeb00cdd1e277d40d247511ba34a8a (patch) | |
tree | db09e00b77544a404c21b25ea239a9a054c39580 /app-pda/plptools/plptools-0.11-r1.ebuild | |
parent | Update version (diff) | |
download | gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.gz gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.bz2 gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-pda/plptools/plptools-0.11-r1.ebuild')
-rw-r--r-- | app-pda/plptools/plptools-0.11-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-pda/plptools/plptools-0.11-r1.ebuild b/app-pda/plptools/plptools-0.11-r1.ebuild index 91a560363678..b819e7325de8 100644 --- a/app-pda/plptools/plptools-0.11-r1.ebuild +++ b/app-pda/plptools/plptools-0.11-r1.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/app-pda/plptools/plptools-0.11-r1.ebuild,v 1.2 2003/07/11 19:44:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/plptools/plptools-0.11-r1.ebuild,v 1.3 2003/09/06 22:21:40 msterret Exp $ DESCRIPTION="Libraries and utilities to communicate with a Psion palmtop via serial." HOMEPAGE="http://plptools.sourceforge.net" @@ -18,19 +18,19 @@ src_compile() { local myconf myconf="${myconf} --disable-kde" - + ./configure ${myconf} --prefix=/usr || die emake || die } src_install () { make DESTDIR=${D} install || die - + dodoc CHANGES README TODO - + insinto /etc/conf.d newins ${FILESDIR}/psion.conf psion - + exeinto /etc/init.d doexe ${FILESDIR}/psion } |