12345678910111213141516171819 |
- # Description: Talloc bellek yönetimi kitaplığına dayanan olay sistemi
- # 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
- }
|