milis/talimatname/genel/a/alsa-lib/talimat

21 lines
496 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: Linux Alsa ses desteği için kütüphaneler.
# URL: http://www.alsa-project.org
# Paketçi: milisarge
# Gerekler: doxygen
name=alsa-lib
version=1.1.0
release=1
source=(ftp://ftp.alsa-project.org/pub/lib/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure
make
make DESTDIR=$PKG install
make doc
install -v -d -m755 $PKG/usr/share/doc/$name-$version/html
cp -a doc/doxygen/html/* $PKG/usr/share/doc/$name-$version/html
chmod 644 $PKG/usr/share/doc/$name-$version/html/*
}