### this file is sourced not run
PKGBUILD=1
PKGARCH=x86_64

# source: james
# release tarball
PKGVER=1.1.0
TARBALL=libbpf-$PKGVER.tar.gz
MD5SUM=70c476e47cc00c5f745d364ebaf50dee
SRC_URL=https://github.com/libbpf/libbpf/archive/refs/tags/v${PKGVER}.tar.gz
BUNDLE=

# git-master tarball
#PKGVER=
#MD5SUM=
#hash=
#hash7=${hash#???????}; hash7=${hash%$hash7}
#TARBALL=libbpf-$PKGVER-$hash7.tar.gz
#SRC_URL=https://github.com/libbpf/libbpf/archive/$hash.tar.gz

SLACKREQ='libelf' 
SLACKDESC="libbpf: libbpf $PKGVER (Tool to build BPF apps)
libbpf: 
libbpf: ibbpf is an alternate set of tools for building BPF applications.
libbpf: 
libbpf: https://github.com/libbpf/libbpf
libbpf: 
libbpf: 
libbpf: 
libbpf: 
libbpf: 
libbpf: 
"

### default pkg_prepare
### default pkg_package

### build
pkg_build() {
	cd /tmp/libbpf*/src &&
	make install &&
	pkg_build_slackdesc
}


