mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
xlreader: include COPYRIGHT and README files.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
SUMMARY="Excel document reader"
|
||||
DESCRIPTION="Read data from Excel 97+ spread sheets without Microsoft! \
|
||||
SUMMARY="Tool to convert Excel documents"
|
||||
DESCRIPTION="Read data from Excel 97+ spread sheets without Microsoft Excel! \
|
||||
Provides an API to write applications that read Excel documents. The xlreader \
|
||||
tool converts data to tab delimited, CSV or SQL inserts. Written in C. Based on \
|
||||
the the Java version by Andrew Khan."
|
||||
the Java version by Andrew Khan."
|
||||
HOMEPAGE="http://giffin.org/xlreader"
|
||||
COPYRIGHT="2001 David Giffin"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://downloads.sourceforge.net/xlreader/xlreader-$portVersion.tgz"
|
||||
CHECKSUM_SHA256="53d556a77d67b3d6e8a4919a7753c019fc5395b8e2f5e33eb324dcf7c075d7fa"
|
||||
SOURCE_DIR="xlreader-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -24,8 +24,9 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
BUILD()
|
||||
@@ -35,6 +36,8 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
install -d $binDir
|
||||
install -d $binDir $docDir
|
||||
install -t $binDir xlreader
|
||||
install -t $docDir COPYRIGHT README
|
||||
sed -i -e '/^INSTALL NOTES$/,/^HELP$/ d;' $docDir/README
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user