forked from ports/contrib
23 lines
489 B
Plaintext
23 lines
489 B
Plaintext
# Description: DVD authoring tools.
|
|
# URL: http://dvdauthor.sourceforge.net/
|
|
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
|
# Packager: Matt Housh, jaeger at morpheus dot net
|
|
# Depends on: libxml2 libdvdnav libpng
|
|
|
|
name=dvdauthor
|
|
version=0.6.14
|
|
release=1
|
|
source=(http://dl.sourceforge.net/sourceforge/dvdauthor/dvdauthor-$version.tar.gz)
|
|
|
|
build() {
|
|
cd dvdauthor-$version
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--mandir=$PKG/usr/man
|
|
|
|
make
|
|
make prefix=$PKG/usr install
|
|
}
|
|
|