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

# source: james
TARBALL=seq2gif-2015.06.tar.bz2
MD5SUM=fd27fac8601b7165a9dc9e39a94c12a5
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='' # 
SLACKDESC='seq2gif: seq2gif 2015.06 (ttyrecord to GIF animation)
seq2gif: 
seq2gif: Convert a ttyrec record into a gif animation directly (almost vt102 
seq2gif: compatible terminal emulation).
seq2gif: 
seq2gif: This package is built with GNU Unifont.
seq2gif: 
seq2gif: http://saitoha.github.io/seq2gif/
seq2gif: 
seq2gif: 
seq2gif: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/seq2gif*
	### bugfix
	sed -i -e '/Unifont/ s/FONT_MPLUS/FONT_UNIFONT/' configure.ac &&
	autoreconf -fi &&
	####
	CONFFLAGS="$CONFFLAGS --with-fontdata=unifont" &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
