2 # Copyright © 2010, Fork Ltd.
3 # Released under the GPLv3 license.
4 # For full details see the LICENSE file included in this distribution.
6 # Contributor: rmujica <rene.mujica(a)alumnos.inf.utfsm.cl>
10 pkgdesc="Prey is a lightweight application that will help you track and find your laptop if it ever gets stolen."
12 url="http://preyproject.com"
15 depends=('xawtv' 'scrot' 'perl-net-ssleay' 'perl-io-socket-ssl')
25 md5sums=() #generate with 'makepkg -g'
27 _gitroot="git://github.com/tomas/prey.git"
32 msg "Connecting to github.com GIT server...."
34 if [ -d $_gitname ] ; then
35 cd $_gitname && git pull origin
36 msg "The local files are updated."
38 git clone $_gitroot $_gitname
41 msg "GIT checkout done or server timeout"
47 mkdir -p $pkgdir/usr/share/prey
48 cp -R ../$_gitname $pkgdir/usr/share