stlink: update to 1.6.0.
This commit is contained in:
parent
2083848664
commit
754d9ae6c0
|
@ -1,20 +1,21 @@
|
|||
# Template file for 'stlink'
|
||||
pkgname=stlink
|
||||
version=1.5.1
|
||||
revision=2
|
||||
version=1.6.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d -DSTLINK_MODPROBED_DIR=/usr/lib/modprobe.d"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libusb-devel gtk+3-devel"
|
||||
short_desc="STM32 discovery line Linux programmer"
|
||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/texane/stlink"
|
||||
changelog="https://raw.githubusercontent.com/texane/stlink/master/CHANGELOG.md"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=e0145fbfd3e781f21baf12a0750b0933c445ee6338e36142836bf5a2c267e107
|
||||
checksum=5575e9322e6914fad3bcbcad77fa2669e4b1853cd49bed44bfac1c68992f538a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vlicense LICENSE.md LICENSE
|
||||
vdoc README.md README
|
||||
}
|
||||
|
||||
|
@ -23,8 +24,8 @@ stlink-devel_package() {
|
|||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/*.a
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue