contrib/dvdauthor/Pkgfile
Danny Rawlins 6d5e55e329 dvdauthor: 0.6.14 -> 0.6.18
(cherry picked from commit 9dd0b84492)
2010-10-02 18:17:33 +10:00

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
}