sparse: update to 0.6.0.
This commit is contained in:
parent
41a899d8a3
commit
0ef7e79edb
|
@ -1 +0,0 @@
|
||||||
sparse
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sparse'
|
# Template file for 'sparse'
|
||||||
pkgname=sparse
|
pkgname=sparse
|
||||||
version=0.5.2
|
version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://git.kernel.org/pub/scm/devel/sparse/sparse.git"
|
homepage="https://git.kernel.org/pub/scm/devel/sparse/sparse.git"
|
||||||
distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.gz"
|
||||||
checksum=5ca5b7be7240a97fbdc6194f18d64837f9af070aeb0c3052f0a5d014acf1d048
|
checksum=08676b6188ac09a12035ecebf9353d786762c74dd7f036595c53bcc03bbc9932
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
make_build_args="CC=$CC LD=$CC AR=$AR"
|
make_build_args="CC=$CC LD=$CC AR=$AR"
|
||||||
|
@ -18,13 +18,3 @@ pre_build() {
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue