contrib/dvdauthor/Pkgfile

23 lines
496 B
Plaintext
Raw Normal View History

2007-10-30 22:33:47 +01:00
# Description: DVD authoring tools.
# URL: http://dvdauthor.sourceforge.net/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2007-10-30 22:33:47 +01:00
# 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://downloads.sourceforge.net/sourceforge/dvdauthor/dvdauthor-$version.tar.gz)
2007-10-30 22:33:47 +01:00
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
}