17 lines
592 B
Bash
17 lines
592 B
Bash
# Copyright 1999-2007 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-text/antixls/antixls-0.2b.ebuild,v 1.2 2007/08/27 16:53:27 angelos Exp $
|
|
|
|
DESCRIPTION="It is used to prints out an XLS file with minimal formatting, or extracts the data into CSV format."
|
|
HOMEPAGE="http://www.af0.net/~dan/?antixls"
|
|
SRC_URI="http://www.af0.net/~dan/${P}.perl"
|
|
LICENSE="public-domain"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
DEPEND="dev-perl/Spreadsheet-ParseExcel"
|
|
|
|
src_install() {
|
|
mv "${DISTDIR}/${P}.perl" ${PN}
|
|
dobin ${PN}
|
|
}
|