mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 14:07:13 +08:00
Added new package: garmindev, version 0.3.4
This commit is contained in:
parent
0b0980ae9f
commit
6ee14f07c4
35
garmindev/PKGBUILD
Normal file
35
garmindev/PKGBUILD
Normal file
@ -0,0 +1,35 @@
|
||||
#
|
||||
# Apps Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=garmindev
|
||||
pkgver=0.3.4
|
||||
pkgrel=1
|
||||
pkgdesc="Garmin Device Drivers for QlandkarteGT"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.qlandkarte.org"
|
||||
license=('GPL')
|
||||
depends=('libusb')
|
||||
makedepends=('cmake>=2.6')
|
||||
source=("http://downloads.sourceforge.net/qlandkartegt/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('ff52c697d6e2a720b6b4a9c7544b231d')
|
||||
build() {
|
||||
|
||||
mkdir -p $srcdir/build
|
||||
|
||||
cd $srcdir/build
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr $srcdir/$pkgname-$pkgver
|
||||
make
|
||||
}
|
||||
|
||||
package(){
|
||||
|
||||
cd $srcdir/build
|
||||
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
Loading…
Reference in New Issue
Block a user