milis/talimatname/genel/d/dvd+rw-tools/talimat

29 lines
605 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+RW/R araçları
# URL: http://fy.chalmers.se/~appro/linux/DVD+RW/
# Paketçi: milisarge@gmail.com
# Gerekler:
# Grup: sistem
isim=dvd+rw-tools
surum=7.1
devir=1
kaynak=( http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-$surum.tar.gz \
transport.patch)
derle() {
cd $isim-$surum
patch -Np1 -i ../transport.patch
make
mkdir -p $PKG/usr/bin $PKG/usr/share/man/man1
for exec in \
dvd+rw-booktype \
dvd+rw-format \
dvd+rw-mediainfo \
dvd-ram-control \
growisofs
do
install -m 755 $exec $PKG/usr/bin/
done
install -m 644 growisofs.1 $PKG/usr/share/man/man1/
}