mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/gpsbabel to 1.4.4-2 (qt4rebuild)
This commit is contained in:
parent
e27fcf411c
commit
de125b3f6d
1 changed files with 4 additions and 4 deletions
|
@ -5,14 +5,14 @@
|
|||
|
||||
pkgname=gpsbabel
|
||||
pkgver=1.4.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gpsbabel.org"
|
||||
license=('GPL')
|
||||
depends=('libusb-compat' 'expat')
|
||||
makedepends=('qt' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit' 'docbook-xsl')
|
||||
optdepends=('qt' 'qtwebkit')
|
||||
makedepends=('qt4' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit' 'docbook-xsl')
|
||||
optdepends=('qt4' 'qtwebkit')
|
||||
options=('docs')
|
||||
source=("gpsbabel-$pkgver.tar.gz::http://archlinux-stuff.googlecode.com/files/gpsbabel-$pkgver.tar.gz"
|
||||
"gpsbabel.desktop"
|
||||
|
@ -47,4 +47,4 @@ package() {
|
|||
mkdir -p $pkgdir/usr/share/doc/$pkgname
|
||||
cp -r $srcdir/babelweb/* $pkgdir/usr/share/doc/$pkgname//
|
||||
cp README* $pkgdir/usr/share/doc/$pkgname/
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue