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

28 lines
606 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+-RW/R araçları
# URL: http://fy.chalmers.se/~appro/linux/DVD+RW/
# Packager: milisarge@gmail.com
# Depends on:
name=dvd+rw-tools
version=7.1
release=1
source=( http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-$version.tar.gz \
transport.patch)
build() {
cd $name-$version
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/
}