#Maintainer: Juhana 'rexroom' Uuttu pkgname=viking pkgver=0.9.9 pkgrel=1 zenver=64 arch=i686 docs=("readme" "copying" "changelog" "authors" "news" "todo") url=http://viking.sf.net source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") sourcetemplate=http://cthulhu.daug.net/zenwalk/$pkgname/ #options=('keepdepfile') slackdesc=\ ( #|-----mind-the-gap-----------------------------------------------------| "$pkgname - GPS data editor and analyzer" "Viking is a free/open source program to manage GPS data. You can" "import and plot tracks and waypoints, show Terraserver maps under it," "add coordinate lines, make new tracks and waypoints, hide different" "things, etc. It is written in C with the GTK+ 2." ) build() { cd $startdir/src/$pkgname-$pkgver sed -i "s/sgml\/docbook\/stylesheet\/xsl\/nwalsh/xml\/docbook\/xsl-stylesheets-1.75.1/" configure ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg ### Post-build tweaking echo "*** NOW PACKAGING ***" }