updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / yorick-yutils-git / PKGBUILD
blob9867f56f6e7b494c854d99885c41fd64b6b2160b
1 # Maintainer: Francois Rigaut <frigaut at gmail dot com>
3 pkgname=yorick-yutils-git
4 pkgver=20110317
5 pkgrel=1
6 pkgdesc="General utilies for yorick"
7 arch=('any')
8 license=('GPL')
9 url="http://www.maumae.net/yorick/doc/plugins.php"
10 groups=('science' 'yorick-all')
11 depends=('yorick')
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"
20 build() {
21   cd ${srcdir}
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."
26   else
27       git clone $_gitroot
28   fi
30   msg "GIT checkout done or server timeout"
31   msg "Starting script install..."
33   git clone $_gitname $_gitname-build
34   cd ${srcdir}/$_gitname-build
36   yorick -batch make.i
37   # make
38   make DESTDIR=${pkgdir} install