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

# source: BLFS 11.3
TARBALL=libunwind-$PKGVER.tar.gz
MD5SUM=f625b6a98ac1976116c71708a73dc44a
SRC_URL=https://download.savannah.nongnu.org/releases/libunwind/$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
}


