contrib/dvdauthor/Pkgfile

23 lines
491 B
Plaintext
Raw Normal View History

2007-10-30 22:33:47 +01:00
# 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 libdvdnav libpng
2007-10-30 22:33:47 +01:00
name=dvdauthor
2007-10-30 22:40:02 +01:00
version=0.6.14
2007-10-30 22:33:47 +01:00
release=1
source=(http://dl.sourceforge.net/sourceforge/dvdauthor/dvdauthor-$version.tar.gz)
build() {
cd dvdauthor-$version
2007-10-30 22:40:02 +01:00
./configure \
--prefix=/usr \
--mandir=$PKG/usr/man
2007-10-30 22:33:47 +01:00
make
make prefix=$PKG/usr install
}