You are not logged in.

#1 2008-07-15 11:35:37

Back2Cali
Member
From: Germany
Registered: 2006-02-26
Posts: 223

[request] Open Source Laptop Tracking System

Hi!

Just found Adeona, which is a open source system for tracking the location of your lost or stolen laptop that does not rely on a proprietary, central service.

Is somebody willing to create a PKGBUILD for it?
More information and the source code can be found here: http://adeona.cs.washington.edu/

Thanks!

Offline

#2 2008-07-16 08:19:11

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [request] Open Source Laptop Tracking System

I will give it a try.

Offline

#3 2008-07-16 22:08:46

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [request] Open Source Laptop Tracking System

I made this PKGBUILD. It will only work interactively, because you have to enter a password twice.

It is also in the AUR.

# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=adeona  
pkgver=0.2.1
pkgrel=1 
pkgdesc="System for tracking the location of your lost or stolen laptop "
url="http://adeona.cs.washington.edu"
arch=('i686')
depends=('openssl')
license=('GPL2')
source=("http://adeona.cs.washington.edu/packages/$pkgname-$pkgver.tar.gz")
md5sums=('6808da3f2932b188f2f75d1c2b6b4870')
build() {
  cd $startdir/src/$pkgname
  ./configure --prefix=/usr/$pkgname || return 1
  install -d $startdir/pkg/usr/share/$pkgname/{resources,logs} || return 1
  sed -i 's+/usr/local+\$startdir/pkg/usr/share+' \
    scripts/installadeona.sh || return 1
  make || return 1
 yes |make startdir=$startdir install || return 1
}

Last edited by Stefan Husmann (2008-07-16 22:10:33)

Offline

#4 2008-07-17 08:11:09

Back2Cali
Member
From: Germany
Registered: 2006-02-26
Posts: 223

Re: [request] Open Source Laptop Tracking System

Thanks! I'll check it out anytime soon!

Offline

Board footer

Powered by FluxBB