contrib/dvdauthor/Pkgfile

28 lines
616 B
Plaintext

# Description: DVD authoring tools
# URL: https://dvdauthor.sourceforge.net/
# Maintainer: unmaintained
# Depends on: freetype fribidi libdvdnav libxml2
# Optional: imagemagick
name=dvdauthor
version=0.7.2
release=1
source=(https://sourceforge.net/projects/$name/files/$name-$version.tar.gz
dvdauthor-freetype_pkgconfig.patch
dvdauthor-0.7.2-imagemagick7.patch)
build() {
cd $name
patch -p1 -i $SRC/dvdauthor-freetype_pkgconfig.patch
prt-get isinst imagemagick && patch -p1 -i $SRC/dvdauthor-0.7.2-imagemagick7.patch
autoreconf -vi
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}