bcc: update to 0.2.0.

This commit is contained in:
Christian Neukirchen 2016-09-09 13:29:53 +02:00
parent 046d630ecf
commit 1c2b9fe840

View file

@ -1,6 +1,6 @@
# Template file for 'bcc'
pkgname=bcc
version=0.1.8
version=0.2.0
revision=1
build_style=cmake
configure_args="-DREVISION=${version}"
@ -11,7 +11,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/iovisor/bcc"
distfiles="https://github.com/iovisor/${pkgname}/archive/v${version}.tar.gz"
checksum=7535d0dec063454a858337dd07211ad2a207f8fa5665a3fad166f38415e50d70
checksum=8bdea41286dda0605e3e52fc76d345356dc637434935a112e6378e2dcb439a70
bcc-tools_package() {
short_desc+=" - tools"
@ -23,6 +23,7 @@ bcc-tools_package() {
vmove usr/share/bcc/tools
mv ${PKGDESTDIR}/usr/share/bcc/tools/doc ${PKGDESTDIR}/usr/share/doc/bcc-tools
mv ${PKGDESTDIR}/usr/share/bcc/tools ${PKGDESTDIR}/usr/bin
rm -rf ${PKGDESTDIR}/usr/bin/old
mv ${PKGDESTDIR}/usr/bin/trace ${PKGDESTDIR}/usr/bin/trace-bcc
}
}