opt/dvdauthor/Pkgfile
2006-02-23 15:26:10 +00:00

17 lines
378 B
Plaintext

# Description: DVD authoring tools
# URL: http://dvdauthor.sourceforge.net/
# Maintainer: 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/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}