milis/talimatname/genel/dvdauthor/talimat

24 lines
506 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: DVD yazma araçları.
# URL: http://dvdauthor.sourceforge.net/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: libxml2 libdvdnav libpng fribidi freetype
name=dvdauthor
version=0.7.1
release=2
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz
dvdauthor-0.7.1-glibc220.patch)
build() {
cd $name
patch -p1 -i $SRC/dvdauthor-0.7.1-glibc220.patch
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}