Octave and cyport

Marco Atzeri marco_atzeri@yahoo.it
Wed Jan 30 18:08:00 GMT 2008


Dear All,
after playing a bit with Octave 3.0 and cygport,
before offering myself as maintainer for Octave,
I need some suggestion.

The current octave is splitted in 

octave-2.1.73-1.tar.bz2
octave-headers-2.1.73-1.tar.bz2
octave-htmldoc-2.1.73-1.tar.bz2
octave-info-2.1.73-1.tar.bz2
octave-otags-2.1.73-1.tar.bz2

while I was thinking to shift to 

octave-3.0.0-1.tar.bz2
octave-devel-3.0.0-1.tar.bz2

Or should keep headers instead of devel ?

Most of octave-info will be included in the 
octave package.

About octave-htmldoc, my problem is that 
make install 
do not install the html documentation, so
there is a way to instruct cygport in taking
some files and directory from 
the build directory ?
(octave-3.0.0-1/build/doc/interpreter/HTML/ ..)

or I should pack them by myself ?

Regards
Marco

octave-3.0.0-1.cygport
#######################################
ORIG_PN="octave"

DESCRIPTION="GNU Octave is a high-level language for
numerical computations"
HOMEPAGE="http://www.gnu.org/software/octave/"
SRC_URI="ftp://ftp.octave.org/pub/octave/${ORIG_PN}-${PV}.tar.bz2"

PKG_NAMES="${PN} ${PN}-devel"
PKG_HINTS="setup devel"
PKG_CONTENTS[0]='etc/ usr/bin/ usr/sbin/ usr/share/'
PKG_CONTENTS[1]='usr/include/ usr/lib/'

src_compile() {
        cd ${S}
        cygautoreconf
        cd ${B}
        cygconf CFLAGS=-Dtimezone=_timezone
        cygmake 
}

src_test() {
        :
}

src_install() {
        cd ${B}
        cyginstall 
         
}

#############################





      ___________________________________ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html



More information about the Cygwin-apps mailing list