Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=94d342a7a7a92966a91314d1b83b9abe05b958d7

commit 94d342a7a7a92966a91314d1b83b9abe05b958d7
Author: DeX77 <[email protected]>
Date:   Thu Jul 31 15:53:53 2014 +0200

gpsd-3.10-1-x86_64

* version bump
* changed maintainer
* switched from berlios

diff --git a/source/xlib-extra/gpsd/FrugalBuild 
b/source/xlib-extra/gpsd/FrugalBuild
index ed18334..de3582f 100644
--- a/source/xlib-extra/gpsd/FrugalBuild
+++ b/source/xlib-extra/gpsd/FrugalBuild
@@ -1,34 +1,37 @@
# Compiling Time: 0.28 SBU
-# Maintainer: bouleetbil <[email protected]>
+# Contributor: bouleetbil <[email protected]>
+# Maintainer: DeX77 <[email protected]>

pkgname=gpsd
-pkgver=2.96bis
-pkgrel=6
+pkgver=3.10
+pkgrel=1
pkgdesc="GPS daemon and library to support USB/serial GPS devices"
archs=('i686' 'x86_64')
groups=('xlib-extra')
-Finclude berlios
-source=($source $pkgname $pkgname.service)
-depends=('lesstif' 'libxaw>=1.0.5' 'python>=2.7')
+url="http://www.catb.org/gpsd";
+source=(http://download-mirror.savannah.gnu.org/releases/gpsd/${pkgname}-${pkgver}.tar.gz
 $pkgname $pkgname.service)
+up2date="Flasttar http://download-mirror.savannah.gnu.org/releases/gpsd/";
+depends=('lesstif' 'libxaw>=1.0.5' 'python>=2.7' 'bluez')
+makedepends=('scons' 'chrpath')
backup=('etc/sysconfig/gpsd')
-sha1sums=('cf123255f9ec54d018642cf230cd05826e507a9e' \
+sha1sums=('0d8a1f7d7de5cb3f93a196f795855d43e4304313' \
'51300b76fcfea5eb63aa6c31d4a408b419c40692' \
'43ab62520f5b2aca0d44eba10bf89661b79c104e')
-options=('force')
_F_sysvinit_units=($pkgname)
_F_systemd_units=($pkgname=)
Finclude systemd

build() {
-       Fcd $pkgname-2.96
-       Fbuild
-       sed -i -e "s/gpsd.hotplug/gpsd/g" gpsd.hotplug gpsd.usermap || Fdie
+       Fcd
+       export DESTDIR="$Fdestdir"
+       scons || Fdie
+       scons prefix=/usr install || Fdie
+
+       Fsed gpsd.hotplug gpsd  gpsd.hotplug gpsd.usermap
install -D gpsd.usermap "$Fdestdir/etc/hotplug/usb/gpsd.usermap" || Fdie
-       install -m755 gpsd.hotplug "$Fdestdir/etc/hotplug/usb/gpsd" || Fdie
-       mkdir -p $Fdestdir/var/run/gpsd
+       Finstallrel 755 gpsd.hotplug etc/hotplug/usb/gpsd
+
Ffile /etc/sysconfig/gpsd
-       # remove /var/run for new systemd
-       Frm /var/run
# systemd tmpfiles
Fmkdir /etc/tmpfiles.d
cat > $Fdestdir/etc/tmpfiles.d/gpsd.conf << EOF
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to