### this file is sourced not run
PKGVER=0.158
PKGBUILD=1
PKGARCH=i686

# source: BLFS 7.5
TARBALL=elfutils-0.158.tar.bz2
MD5SUM=050a4909e452d01ab4747fd69d4036e0 
SRC_URL=https://fedorahosted.org/releases/e/l/elfutils/0.158/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='libelf: libelf 0.158 (extracted libraries from elfutils)  
libelf:  
libelf32: This package contains the libraries from elfutils. In particular, it 
libelf32: contains libelf.so, which is required by Radeon drivers for mesa.
libelf32: 
libelf32: This package contains 32-bit version of the library.
libelf32: 
libelf32: 
libelf32: 
libelf32: 
libelf32: 
'

### default pkg_download
### default pkg_prepare
### package - only collect the libraries
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share
}

### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --program-prefix=eu-"
	pkg_build_autoconf && pkg_build_slackdesc
}


