mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
libspnav: update to 1.1, switch upstream to github
This commit is contained in:
parent
7cd463f451
commit
0508096e07
1 changed files with 5 additions and 9 deletions
|
@ -1,24 +1,20 @@
|
||||||
# Template file for 'libspnav'
|
# Template file for 'libspnav'
|
||||||
pkgname=libspnav
|
pkgname=libspnav
|
||||||
version=1.0
|
version=1.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-opt"
|
|
||||||
makedepends="libX11-devel"
|
makedepends="libX11-devel"
|
||||||
short_desc="Open source alternative to 3DConnextion drivers"
|
short_desc="Open source alternative to 3DConnextion drivers"
|
||||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://spacenav.sourceforge.net/"
|
homepage="http://spacenav.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/spacenav/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/FreeSpacenav/libspnav/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=8849b7f7826d750f6956cf8f4f53937f2359ab6da97d6c834c71d5f771212e7c
|
checksum=04b297f68a10db4fa40edf68d7f823ba7b9d0442f2b665181889abe2cea42759
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make CC="${CC}" AR="${AR}"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
libspnav-devel_package() {
|
libspnav-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue