1 # Contributor: nepherte <nepherte[at]gmail[dot]com>
5 pkgdesc="Netembryo is a network abstraction library plus some misc utility functions used as foundation for feng, libnemesi and felix."
7 url="http://www.lscube.org/projects/netembryo"
10 makedepends=('git' 'libtool' 'autoconf' 'automake')
11 provides=('netembryo=$pkgver')
12 conflicts=('netembryo')
16 _gitroot="git://git.lscube.org/netembryo.git"
21 msg "Connecting to the GIT server...."
23 if [[ -d $srcdir/$_gitname ]] ; then
26 msg "The local files are updated."
31 msg "GIT checkout done"
32 msg "Starting make..."
34 rm -rf $srcdir/$_gitname-build
35 git clone $srcdir/$_gitname $srcdir/$_gitname-build
37 cd $srcdir/$_gitname-build
41 ./configure || return 1
43 make DESTDIR="$pkgdir" install || return 1