milis/talimatname/genel/d/dvdauthor/talimat

25 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.

# Tanım: DVD yazma araçları.
# URL: http://dvdauthor.sourceforge.net/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: libxml2 libdvdnav libpng fribidi freetype
# Grup: sistem
isim=dvdauthor
surum=0.7.1
devir=2
kaynak=(http://downloads.sourceforge.net/project/$isim/$isim/$surum/$isim-$surum.tar.gz
dvdauthor-0.7.1-glibc220.patch)
derle() {
cd $isim
patch -p1 -i $SRC/dvdauthor-0.7.1-glibc220.patch
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}