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

# source: BLFS 
TARBALL=elfutils-$PKGVER.tar.bz2
MD5SUM=03599aee98c9b726c7a732a2dd0245d5 
SRC_URL=https://sourceware.org/ftp/elfutils/$PKGVER/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libelf: libelf $PKGVER (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
}


