sparse: update to 0.6.0.

This commit is contained in:
maxice8 2019-01-15 04:50:05 -02:00 committed by maxice8
parent 41a899d8a3
commit 0ef7e79edb
2 changed files with 2 additions and 13 deletions

View File

@ -1 +0,0 @@
sparse

View File

@ -1,6 +1,6 @@
# Template file for 'sparse'
pkgname=sparse
version=0.5.2
version=0.6.0
revision=1
build_style=gnu-makefile
make_use_env=yes
@ -9,7 +9,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
license="MIT"
homepage="https://git.kernel.org/pub/scm/devel/sparse/sparse.git"
distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.gz"
checksum=5ca5b7be7240a97fbdc6194f18d64837f9af070aeb0c3052f0a5d014acf1d048
checksum=08676b6188ac09a12035ecebf9353d786762c74dd7f036595c53bcc03bbc9932
pre_build() {
make_build_args="CC=$CC LD=$CC AR=$AR"
@ -18,13 +18,3 @@ pre_build() {
post_install() {
vlicense LICENSE
}
sparse-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove usr/lib/pkgconfig
}
}