1 # Maintainer: Francois Rigaut <frigaut at gmail dot com>
3 pkgname=yorick-yutils-git
6 pkgdesc="General utilies for yorick"
9 url="http://www.maumae.net/yorick/doc/plugins.php"
10 groups=('science' 'yorick-all')
12 makedepends=('git' 'yorick' 'pkgconfig>=0.9.0')
13 provides=('yorick-yutils')
14 conflicts=('yorick-yutils')
15 replaces=('yorick-yutils')
17 _gitroot="git://github.com/frigaut/yorick-yutils.git"
18 _gitname="yorick-yutils"
22 msg "Connecting to git repo..."
23 if [ -d ${srcdir}/$_gitname ] ; then
24 cd $_gitname && git pull origin
25 msg "The local files are updated."
30 msg "GIT checkout done or server timeout"
31 msg "Starting script install..."
33 git clone $_gitname $_gitname-build
34 cd ${srcdir}/$_gitname-build
38 make DESTDIR=${pkgdir} install