milis/talimatname/genel/vcdimager/talimat

24 lines
549 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: Video CD'leri ve Süper Video CD'leri geliştirme, ayrıştırma ve analiz etme için tam özellikli bir mastering paketidir
# URL: http://www.vcdimager.org/
# Packager: milisarge
# Depends on: libcdio libxml2
name=vcdimager
version=0.7.24
release=1
source=(http://ftp.twaren.net/Unix/GNU/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-xml-prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
rm $PKG/usr/share/info/dir
}