git subrepo clone https://aur.archlinux.org/spnavcfg
subrepo: subdir: "spnavcfg" merged: "e8d31fa" upstream: origin: "https://aur.archlinux.org/spnavcfg" branch: "master" commit: "e8d31fa" git-subrepo: version: "0.4.1" origin: "???" commit: "???"
This commit is contained in:
parent
d5ba18ab24
commit
9eec14901d
18
spnavcfg/.SRCINFO
Normal file
18
spnavcfg/.SRCINFO
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Sat Feb 25 12:29:29 UTC 2017
|
||||
pkgbase = spnavcfg
|
||||
pkgdesc = The spacenav project provides a free, compatible alternative, to the proprietary 3Dconnexion device driver and SDK, for their 3D input devices (called 'space navigator', 'space pilot', 'space traveller', etc).
|
||||
pkgver = 0.3
|
||||
pkgrel = 2
|
||||
url = http://spacenav.sourceforge.net/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = gcc
|
||||
makedepends = make
|
||||
provides = spnavcfg
|
||||
source = http://downloads.sourceforge.net/spacenav/spnavcfg-0.3.tar.gz
|
||||
md5sums = ac4ac49b07c4a4dbfa6ba1cd0d357273
|
||||
|
||||
pkgname = spnavcfg
|
||||
|
12
spnavcfg/.gitrepo
Normal file
12
spnavcfg/.gitrepo
Normal file
@ -0,0 +1,12 @@
|
||||
; DO NOT EDIT (unless you know what you are doing)
|
||||
;
|
||||
; This subdirectory is a git "subrepo", and this file is maintained by the
|
||||
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
|
||||
;
|
||||
[subrepo]
|
||||
remote = https://aur.archlinux.org/spnavcfg
|
||||
branch = master
|
||||
commit = e8d31fafbd31df23c4408f7865c47d65816fd233
|
||||
parent = d5ba18ab24ef9c499c31289f363404099492740c
|
||||
method = merge
|
||||
cmdver = 0.4.1
|
26
spnavcfg/PKGBUILD
Normal file
26
spnavcfg/PKGBUILD
Normal file
@ -0,0 +1,26 @@
|
||||
# Maintainer: Jan Hambrecht <jaham at gmx dot net>
|
||||
|
||||
pkgname=spnavcfg
|
||||
pkgver=0.3
|
||||
pkgrel=2
|
||||
pkgdesc="The spacenav project provides a free, compatible alternative, to the proprietary 3Dconnexion device driver and SDK, for their 3D input devices (called 'space navigator', 'space pilot', 'space traveller', etc)."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://spacenav.sourceforge.net/"
|
||||
license=('GPL')
|
||||
makedepends=('gcc' 'make')
|
||||
provides=('spnavcfg')
|
||||
options=()
|
||||
install=
|
||||
source=(http://downloads.sourceforge.net/spacenav/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('ac4ac49b07c4a4dbfa6ba1cd0d357273')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
./configure --prefix=/usr
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
make DESTDIR="${pkgdir}" install || return 1
|
||||
}
|
Loading…
Reference in New Issue
Block a user