forked from ports/contrib
19 lines
453 B
Plaintext
19 lines
453 B
Plaintext
|
# Description: DVD authoring tools.
|
||
|
# URL: http://dvdauthor.sourceforge.net/
|
||
|
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||
|
# Packager: Matt Housh, jaeger at morpheus dot net
|
||
|
# Depends on: libxml2 libdvdread
|
||
|
|
||
|
name=dvdauthor
|
||
|
version=0.6.11
|
||
|
release=1
|
||
|
source=(http://dl.sourceforge.net/sourceforge/dvdauthor/dvdauthor-$version.tar.gz)
|
||
|
|
||
|
build() {
|
||
|
cd dvdauthor-$version
|
||
|
./configure --prefix=/usr
|
||
|
make
|
||
|
make prefix=$PKG/usr install
|
||
|
}
|
||
|
|