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

# source: james
# release tarball
#PKGVER=
#TARBALL=
#MD5SUM=
#SRC_URL=
#BUNDLE=

# git-master tarball
PKGVER=0.9.2022.09
MD5SUM=b5ce84d5e6c17b7e52ab7016f2668ce2
hash=9a0e8cec85194e739e99e297d0cb830db370c73c
hash7=${hash#???????}; hash7=${hash%$hash7}
TARBALL=extrace-$PKGVER-$hash7.tar.gz
SRC_URL=https://github.com/leahneukirchen/extrace/archive/$hash.tar.gz

SLACKREQ=
SLACKDESC="extrace: extrace $PKGVER (Process tracing tool)
extrace: 
extrace: extrace trace exec() calls system-wide. It traces all program 
extrace: executions occurring on a system.
extrace: 
extrace: https://github.com/leahneukirchen/extrace
extrace: 
extrace: 
extrace: 
extrace: 
extrace: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/extrace* &&
	make && make install PREFIX=/usr &&
	pkg_build_slackdesc
}
