contrib/dvdauthor/Pkgfile

25 lines
556 B
Plaintext
Raw Normal View History

2007-10-30 22:33:47 +01:00
# Description: DVD authoring tools.
# URL: http://dvdauthor.sourceforge.net/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2007-10-30 22:33:47 +01:00
# Packager: Matt Housh, jaeger at morpheus dot net
2017-11-01 13:35:12 +01:00
# Depends on: freetype fribidi libdvdnav libxml2
2007-10-30 22:33:47 +01:00
name=dvdauthor
2013-01-14 08:59:12 +01:00
version=0.7.1
2016-03-17 06:41:47 +01:00
release=2
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz
dvdauthor-0.7.1-glibc220.patch)
2007-10-30 22:33:47 +01:00
build() {
cd $name
2007-10-30 22:40:02 +01:00
2016-03-17 06:41:47 +01:00
patch -p1 -i $SRC/dvdauthor-0.7.1-glibc220.patch
2007-10-30 22:40:02 +01:00
./configure \
--prefix=/usr \
--mandir=/usr/man
2007-10-30 22:40:02 +01:00
2007-10-30 22:33:47 +01:00
make
make DESTDIR=$PKG install
2007-10-30 22:33:47 +01:00
}