void-packages/srcpkgs/gpsbabel/template
2014-09-29 17:04:28 +02:00

51 lines
1.5 KiB
Plaintext

# Template file for 'gpsbabel'
pkgname=gpsbabel
version=1.5.1
revision=2
build_style=gnu-configure
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
homepage="http://www.gpsbabel.org/"
license="GPL-2"
short_desc="Converts waypoints, tracks, and routes between popular GPS formats"
hostmakedepends="perl>=5.20 docbook-xml xmlwf offo-hyphenation"
makedepends="qt-devel libusb-compat-devel expat-devel libxml2-devel libxslt-devel"
distfiles="http://arch.p5n.pp.ru/~sergej/dl/2014/${pkgname}-${version}.tar.gz"
checksum="3feec7d43ca6cb5393645fe0df893d9f7bf5334849fa8abd4c5c3ee775c8cac3"
#Error: JAVA_HOME is not defined correctly.
# We cannot execute /usr/lib/jvm/openjdk/bin/java
# Makefile:262: recipe for target 'gpsbabel.pdf' failed
broken=1
do_build(){
export JAVA_HOME=/usr/lib/jvm/openjdk
make
make doc
cd gui
qmake
make
}
do_install(){
make install DESTDIR=${DESTDIR}
vmkdir usr/share/doc/${pkgname}
vcopy "README* AUTHORS COPYING gpsbabel.pdf gpsbabel-sample.ini guibabel style" usr/share/doc/${pkgname}
}
do_clean() {
# Remove temporary stuff from masterdir
rm -rf ${XBPS_BUILDDIR}/babelweb
}
gpsbabel-gui_package() {
short_desc+=" - Qt4 GUI"
depends="${sourcepkg}>=${version}_${revision} desktop-file-utils"
pkg_install() {
vinstall ${wrksrc}/gui/gpsbabelfe 755 usr/bin
vinstall ${wrksrc}/gui/objects/gpsbabelfe-bin 755 usr/bin
vinstall ${wrksrc}/gui/gpsbabel.desktop 644 usr/share/applications
vinstall ${wrksrc}/gui/images/appicon.png 644 usr/share/pixmaps gpsbabel.png
}
}