diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-11-02 06:58:47 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-11-02 06:58:47 +0000 |
commit | 7d50b2250eefc02823b51a66c043ab89f6090ef9 (patch) | |
tree | 7fd0d22bc5e26565d71dbb65c6f7b035971028c4 /app-cdr/burncenter/burncenter-3.0.ebuild | |
parent | Initial version. Closes #6895. (diff) | |
download | gentoo-2-7d50b2250eefc02823b51a66c043ab89f6090ef9.tar.gz gentoo-2-7d50b2250eefc02823b51a66c043ab89f6090ef9.tar.bz2 gentoo-2-7d50b2250eefc02823b51a66c043ab89f6090ef9.zip |
Tabified.
Diffstat (limited to 'app-cdr/burncenter/burncenter-3.0.ebuild')
-rw-r--r-- | app-cdr/burncenter/burncenter-3.0.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app-cdr/burncenter/burncenter-3.0.ebuild b/app-cdr/burncenter/burncenter-3.0.ebuild index d5443a8b8553..db5fa16fadb4 100644 --- a/app-cdr/burncenter/burncenter-3.0.ebuild +++ b/app-cdr/burncenter/burncenter-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/burncenter/burncenter-3.0.ebuild,v 1.1 2002/11/02 06:57:28 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/burncenter/burncenter-3.0.ebuild,v 1.2 2002/11/02 06:58:47 agenkin Exp $ DESCRIPTION="Easy-to-use text based interface to the UNIX CD burning tools" HOMEPAGE="http://alx14.free.fr/burncenter/" @@ -23,19 +23,19 @@ S="${WORKDIR}/burncenter3" src_compile() { - # Nothing to do. - true + # Nothing to do. + true } src_install() { - local modulePath=$(perl -V:installprivlib | \ - perl -p -e "s/^.*?='(.*?)';/\$1/") + local modulePath=$(perl -V:installprivlib | \ + perl -p -e "s/^.*?='(.*?)';/\$1/") - exeinto /usr/bin - doexe burncenter + exeinto /usr/bin + doexe burncenter - insinto ${modulePath} + insinto ${modulePath} doins Burncenter.pm - - dodoc COPYING doc/DEVELOP-FRONTENDS doc/README doc/TODO + + dodoc COPYING doc/DEVELOP-FRONTENDS doc/README doc/TODO } |