summaryrefslogtreecommitdiff
path: root/dvdauthor/Pkgfile
blob: 47a9b8080ba5028cf5aaae5fc9c0fd5f9ee2f298 (plain)
    1 # Description: DVD authoring tools.
    2 # URL: http://dvdauthor.sourceforge.net/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Packager: Matt Housh, jaeger at morpheus dot net
    5 # Depends on: libxml2 libdvdnav libpng fribidi freetype
    6 
    7 name=dvdauthor
    8 version=0.7.1
    9 release=2
   10 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz
   11 	dvdauthor-0.7.1-glibc220.patch)
   12 
   13 build() {
   14 	cd $name
   15 
   16 	patch -p1 -i $SRC/dvdauthor-0.7.1-glibc220.patch
   17 
   18 	./configure \
   19 		--prefix=/usr \
   20 		--mandir=/usr/man
   21 
   22 	make
   23 	make DESTDIR=$PKG install
   24 }

Generated by cgit