You are not logged in.

#1 2005-01-14 16:28:30

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

[new] stlsoft c++ libraries

I love stlsoft... so decided to package it...

It's a header-only library... use stlsoft code, no need to distribute a binary with your project...

pkgname=stlsoft
pkgver=1.8.2
pkgrel=1
pkgdesc="StlSoft is a collection of header-only libraries for C++"
url="http://synesis.com.au/software/stlsoft/index.html"
license=""
depends=('gcc')
source=(http://synesis.com.au/downloads/stlsoft/${pkgname}_1_8_2-libs.zip)
md5sums=('716a4c5ed79b7b8010ade1eb521d9bb9')

build()
{
  includedir=$startdir/pkg/usr/include/stlsoft

  mkdir -p $includedir

  # only copy the ones which matter in this scope (non-Windows)
  cp $startdir/src/inetstl*.h $includedir
  cp $startdir/src/stlsoft*.h $includedir
  cp $startdir/src/unixstl*.h $includedir

  cp -r $startdir/src/rangelib $includedir
}

Offline

#2 2006-08-14 20:35:39

bboozzoo
Member
From: Poland
Registered: 2006-08-01
Posts: 125

Re: [new] stlsoft c++ libraries

pkgname=stlsoft
pkgver=1.8.9
pkgrel=1
pkgdesc="StlSoft is a collection of header-only libraries for C++"
url="http://synesis.com.au/software/stlsoft/index.html"
license=""
depends=('gcc')
source=(http://synesis.com.au/downloads/stlsoft/${pkgname}-${pkgver}-libraries.zip)
md5sums=('019359397cc623d8dae79393db26932e')

build()
{
    includedir=$startdir/pkg/usr/include/stlsoft

    mkdir -p $includedir

    # only copy the ones which matter in this scope (non-Windows)
    cp $startdir/src/stlsoft*.h $includedir
    cp $startdir/src/unixstl*.h $includedir

    cp -r $startdir/src/rangelib $includedir
    cp -r $startdir/src/platformstl $includedir
}

updated with newer version, removed inetstl which seems to be Win32 specific, added platformstl[/code]

Offline

Board footer

Powered by FluxBB