milis/talimatname/genel/t/tevent/talimat

19 lines
402 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: Talloc bellek yönetimi kitaplığına dayanan olay sistemi
# URL: https://tevent.samba.org
# Paketçi: milisarge
# Gerekler: talloc python
name=tevent
version=0.9.33
release=1
source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
derle() {
cd $name-$version
./configure --prefix=/usr \
--bundled-libraries=NONE \
--builtin-libraries=replace
make
make DESTDIR=$PKG install
}