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

# source: james
TARBALL=libunwind-master-20181028.tar.gz
MD5SUM=cdea23c5853734233b5f7a8d0d79251f
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libunwind: libunwind $PKGVER (Call-chain library)
libunwind: 
libunwind: A portable and efficient C programming interface (API) to determine 
libunwind: the call-chain of a program. It also provides the means to manipulate 
libunwind: the preserved (callee-saved) state of each call-frame and to resume 
libunwind: execution at any point in the call-chain (non-local goto).
libunwind: 
libunwind: https://www.nongnu.org/libunwind/
libunwind: 
libunwind: 
libunwind: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/libunwind* &&
	NOCONFIGURE=yes ./autogen.sh &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


