19 lines
485 B
Plaintext
19 lines
485 B
Plaintext
# Description: schroedinger-tools is a small collection tools to code YUV files and decode raw dirac bytestreams
|
|
# URL: https://launchpad.net/schroedinger
|
|
# Maintainer: unmaintained
|
|
# Depends on: orc
|
|
|
|
name=schroedinger
|
|
version=1.0.11
|
|
release=1
|
|
source=(https://launchpad.net/schroedinger/trunk/$version/+download/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
rm -r $PKG/usr/share/gtk-doc
|
|
rmdir $PKG/usr/share
|
|
}
|