forked from ports/contrib
22 lines
536 B
Plaintext
22 lines
536 B
Plaintext
# Description: Tools for working with ogg media streams (ogm)
|
|
# URL: http://www.bunkus.org/videotools/ogmtools/
|
|
# Maintainer: Han Boetes <han@mijncomputer.nl>
|
|
# Packager: Damir Saric <damir.saric@du.hinet.hr>
|
|
# Depends on: libvorbis
|
|
# Nice to have: libdvdread
|
|
|
|
# Note: libdvdread is only needed by dvdxchap
|
|
|
|
name=ogmtools
|
|
version=1.5
|
|
release=1
|
|
source="http://www.bunkus.org/videotools/ogmtools/$name-$version.tar.bz2"
|
|
|
|
build ()
|
|
{
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make install DESTDIR=$PKG
|
|
}
|