2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Linux Alsa ses desteği için kütüphaneler.
|
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: doxygen
|
2017-12-22 22:59:36 +01:00
|
|
|
|
# Grup: kütüphane
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=alsa-lib
|
|
|
|
|
surum=1.1.0
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(ftp://ftp.alsa-project.org/pub/lib/$isim-$surum.tar.bz2)
|
2017-01-30 23:55:06 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
./configure
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
make doc
|
2017-10-28 14:10:23 +02:00
|
|
|
|
install -v -d -m755 $PKG/usr/share/doc/$isim-$surum/html
|
|
|
|
|
cp -a doc/doxygen/html/* $PKG/usr/share/doc/$isim-$surum/html
|
|
|
|
|
chmod 644 $PKG/usr/share/doc/$isim-$surum/html/*
|
2016-02-24 01:27:23 +01:00
|
|
|
|
}
|