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

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

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

### 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 --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}



