milis/talimatname/genel/tevent/talimat

19 lines
403 B
Plaintext
Raw Normal View History

2017-04-19 13:21:39 +02:00
# Description: Talloc bellek yönetimi kitaplığına dayanan olay sistemi
2017-03-12 13:38:06 +01:00
# URL: https://tevent.samba.org
# Packager: milisarge
# Depends on: talloc python
name=tevent
version=0.9.28
release=1
source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--bundled-libraries=NONE \
--builtin-libraries=replace
make
make DESTDIR=$PKG install
}