1 # Maintainer: Bartek Piotrowski <barthalion@gmail.com>
2 # Contributor: Jens Staal <staal1978@gmail.com>
7 pkgdesc='C++ standard library targeted towards the embedded systems/software market'
10 url="http://cxx.uclibc.org/"
13 conflicts=('uclibc++')
15 _gitroot="git://git.busybox.net/uClibc++"
20 msg "Connecting to GIT server..."
22 if [ -d $_gitname ] ; then
23 cd $_gitname && git pull origin
24 msg "The local files are updated."
26 git clone $_gitroot $_gitname
28 msg "GIT checkout done or server timeout."
30 rm -rf "$srcdir/$_gitname-build"
31 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
32 cd "$srcdir/$_gitname-build"
39 cd "$srcdir/$_gitname-build"
41 make PREFIX=$pkgdir install