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

# source: james
TARBALL=cdrdao-$PKGVER.tar.bz2
MD5SUM=45adc4da3d7299471c01e14b80184e36
SRC_URL=http://downloads.sourceforge.net/cdrdao/$TARBALL
BUNDLE=

SLACKREQ='gtk3mm libogg lame' 
SLACKDESC="cdrdao: cdrdao $PKGVER (CD Writer)
cdrdao: 
cdrdao: Cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based 
cdrdao: on a textual description of the CD contents.
cdrdao:
cdrdao: This package contains cdrdao the command-line tool, as well as
cdrdao: gcdmaster the GUI tool to create/master audio and data CD.
cdrdao: 
cdrdao: https://cdrdao.sourceforge.net/
cdrdao: 
cdrdao: 
"
SLACKINSTALL='glib-compile-schemas ./usr/share/glib-2.0/schemas'

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default
}


### default pkg_package
### build
pkg_build() {
	cd /tmp/cdrdao*
	
	CONFFLAGS="$CONFFLAGS \
		--disable-schemas-compile
	" &&
	pkg_build_autoconf &&
	pkg_build_slackdesc 
}
