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

# source: kirk, updated by james
TARBALL=hal-flash-2015.02.tar.bz2
MD5SUM=e11307f934457c70d7bbea8c18391985
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='hal-flash: hal-flash 2015.02  
hal-flash:  
hal-flash: HAL is dead, but Flash player still needs it for DRM. 
hal-flash: Hal-flash is a cut-down version of HAL to support Flash.
hal-flash: 
hal-flash: This one is patched to work with blkid/bllockdev instead of
hal-flash: udisk2.
hal-flash: 
hal-flash: 
hal-flash: 
hal-flash: https://github.com/cshorler/hal-flash
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/hal*
	autoreconf -fi &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


