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

# source: james
TARBALL=schroedinger-1.0.11.tar.gz
MD5SUM=da6af08e564ca1157348fb8d92efc891
SRC_URL=http://diracvideo.org/download/schroedinger/$TARBALL
BUNDLE=

SLACKREQ='liborc'
SLACKDESC='libschroedinger: libschroedinger 1.0.11 (Dirac video codec)  
libschroedinger:  
libschroedinger: schroedinger is an implementation of Dirac videoc code, an 
libschroedinger: advanced royalty-free video compression format designed for a 
libschroedinger: wide range of uses, from delivering low-resolution web 
libschroedinger: content to broadcasting HD and beyond, to near-lossless 
libschroedinger: studio editing.  
libschroedinger: 
libschroedinger: 
libschroedinger: 
libschroedinger: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}



