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

22 lines
502 B
Text
Raw Permalink Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Linux Alsa ses desteği için kütüphaneler.
2016-02-24 02:27:23 +02:00
# URL: http://www.alsa-project.org
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: doxygen
2017-12-22 23:59:36 +02:00
# Grup: kütüphane
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=alsa-lib
surum=1.1.0
devir=1
kaynak=(ftp://ftp.alsa-project.org/pub/lib/$isim-$surum.tar.bz2)
2017-01-31 01:55:06 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $isim-$surum
2016-02-24 02:27:23 +02:00
./configure
make
make DESTDIR=$PKG install
make doc
2017-10-28 15:10:23 +03: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 02:27:23 +02:00
}