contrib/schroedinger/Pkgfile

20 lines
566 B
Plaintext
Raw Normal View History

2012-01-25 12:14:11 +01:00
# Description: schroedinger-tools is a small collection tools to code YUV files and decode raw dirac bytestreams
2015-07-26 08:46:06 +02:00
# URL: https://launchpad.net/schroedinger
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2012-01-25 12:14:11 +01:00
# Packager: Falcony, falcony at users dot sourceforge dot net
# Depends on: orc
name=schroedinger
version=1.0.11
release=1
2015-07-26 08:46:06 +02:00
source=(https://launchpad.net/schroedinger/trunk/$version/+download/$name-$version.tar.gz)
2012-01-25 12:14:11 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
rmdir $PKG/usr/share
}