You are not logged in.
Ørjan Pettersen
Offline
not sure about dependencies but this seems to work.
# Contributor : tardo <tardo>
pkgname=freediag
pkgver=0.3
pkgrel=1
pkgdesc="Vehicle Diagnostic program including OBDII Scantool and support for other vehicle's controllers."
url="http://freediag.sourceforge.net/"
makedepends=(gcc)
source=(http://dl.sourceforge.net/sourceforge/freediag/$pkgname-$pkgver.tar.gz)
md5sums=('937c3575cd2de99eb776c80e43be83a5')
build() {
cd $startdir/src/$pkgname-$pkgver/src
./configure --prefix=/usr
make || return 1
mkdir -p $startdir/pkg/usr/bin
mkdir -p $startdir/pkg/usr/lib
cp $startdir/src/$pkgname-$pkgver/src/scantool $startdir/pkg/usr/bin
cp $startdir/src/$pkgname-$pkgver/src/diag_test $startdir/pkg/usr/bin
cp $startdir/src/$pkgname-$pkgver/src/libdiag.a $startdir/pkg/usr/lib
}Offline
Thanks. Seems to work for me to. ![]()
Ørjan Pettersen
Offline
Would be nice if someone could put this in the AUR. I'd do it but I'm not entirely interested in this package ;-)
Haven't been here in a while. Still rocking Arch. ![]()
Offline
Would be nice if someone could put this in the AUR. I'd do it but I'm not entirely interested in this package ;-)
ditto. If only one person's interested in it, i can't find a reason to maintain it.
Offline