milis/talimatname/genel/l/libev/talimat

20 lines
454 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: Birçok özelliğe sahip yüksek performanslı bir olay döngüsü/etkinlik modelidir.
# URL: http://software.schmorp.de/pkg/libev.html
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=libev
surum=4.22
devir=1
kaynak=(http://dist.schmorp.de/$isim/Attic/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--disable-static
make
make prefix=$PKG/usr install
rm $PKG/usr/include/event.h
}