2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Alsa ses desteğini ayarlamak ve kullanmak için çeşitli araçlar.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.alsa-project.org
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: alsa-lib xmlto libsamplerate gawk
|
2017-12-22 22:59:36 +01:00
|
|
|
|
# Grup: sistem
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=alsa-utils
|
|
|
|
|
surum=1.1.0
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(ftp://ftp.alsa-project.org/pub/utils/$isim-$surum.tar.bz2)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-02-24 01:27:23 +01:00
|
|
|
|
source /etc/blfs-bootscripts
|
|
|
|
|
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
|
|
|
|
|
tar xvf $scripts-$scriptsversion.tar.bz2
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--disable-alsaconf \
|
|
|
|
|
--disable-bat \
|
|
|
|
|
--disable-xmlto \
|
|
|
|
|
--with-curses=ncursesw
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
cd ../$scripts-$scriptsversion
|
|
|
|
|
make DESTDIR=$PKG install-alsa
|
|
|
|
|
}
|