milis/talimatname/genel/d/dvdauthor/talimat

24 lines
499 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: DVD yazma araçları.
2016-07-29 11:31:54 +02:00
# URL: http://dvdauthor.sourceforge.net/
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: libxml2 libdvdnav libpng fribidi freetype
2016-07-29 11:31:54 +02:00
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
}