forked from ports/contrib
6d5e55e329
(cherry picked from commit 9dd0b8449208a8d30e0bdbdbc8c24cddc1dab42f)
22 lines
487 B
Plaintext
22 lines
487 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 fribidi
|
|
|
|
name=dvdauthor
|
|
version=0.6.18
|
|
release=1
|
|
source=(http://downloads.sourceforge.net/sourceforge/dvdauthor/dvdauthor-$version.tar.gz)
|
|
|
|
build() {
|
|
cd dvdauthor
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--mandir=/usr/man
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|