You are not logged in.

#1 2005-03-30 20:42:30

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

[man-pages] libstdc++

I always thought libstdc++ just didn't have man pages... making vim's keywordprg difficult... but the docs are just seperate... maybe this should be an official package?

this *should* work, because it's simple...

pkgname=libstdc++-man
pkgver=20041130
pkgrel=1
pkgdesc="man pages for gnu libstdc++"
pkgurl="http://gcc.gnu.org/libstdc++/"
source=(ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/$pkgname-$pkgver.tar.bz2)

build()
{
   cd $startdir/src/$pkgname-$pkgver
   mkdir -p $startdir/pkg/usr
   cp -r man $startdir/usr
}

Offline

Board footer

Powered by FluxBB