[ITP] Onigurama-5.9.2

David Sastre d.sastre.medina@gmail.com
Thu Sep 16 20:13:00 GMT 2010


On Thu, Sep 16, 2010 at 10:08:54AM +0000, Marco Atzeri wrote:
> Hi
> thinking about packaging slrn I decided to start 
> from its dependency
> 
> Oniguruma -> S-lang -> slrn

Just in case it could be useful in any way, I've attached a 
cygport file for S-Lang. AFAICT, it builds and works OK.
The only thing to care about is building with -j1, otherwise it
fails.

Regards.

-- 
Huella de clave primaria: 0FDA C36F F110 54F4 D42B  D0EB 617D 396C 448B 31EB
-------------- next part --------------
DESCRIPTION="multi-platform programmer's library"
SRC_URI="ftp://space.mit.edu/pub/davis/slang/v2.2/${P}.tar.bz2"
HOMEPAGE="http://www.s-lang.org/"
NO_AUTOHEADER="true"
CYGCONF_ARGS="--with-x --with-pcre --with-onig 
              --with-png --with-z --with-iconv 
              --with-readline=gnu"
MAKEOPTS+=" -j1"
PKG_NAMES="${PN} slsh lib${PN}2 lib${PN}2-devel lib${PN}2-modules"
PKG_HINTS="setup shell runtime devel modules"
DIFF_EXCLUDES="Makefile slang.pc src/sysconf.h"
slsh_CONTENTS="etc/slsh.rc usr/bin/slsh.exe 
               usr/share/doc/slsh/ 
               usr/share/man/man1/ 
               usr/share/slsh/" 
libslang2_CONTENTS="usr/bin/libslang2.dll 
               usr/share/doc/slang/v2/ 
               usr/share/doc/Cygwin/slang.README
               usr/share/doc/slang/CHANGES.txt
               usr/share/doc/slang/COPYING
               usr/share/doc/slang/NEWS
               usr/share/doc/slang/README"
libslang2_devel_CONTENTS="usr/include/ 
               usr/lib/libslang.dll.a 
               usr/lib/pkgconfig/"
libslang2_modules_CONTENTS="usr/lib/slang/v2/modules"

src_compile() {
	cd ${S}
	cygconf
        cygmake
}

src_test() {
        :
}

src_install() {
        cd ${S}
        cyginstall
        make distclean
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://cygwin.com/pipermail/cygwin-apps/attachments/20100916/269fbc46/attachment.sig>


More information about the Cygwin-apps mailing list