talimat 403 B

12345678910111213141516171819
  1. # Description: Talloc bellek yönetimi kitaplığına dayanan olay sistemi
  2. # URL: https://tevent.samba.org
  3. # Packager: milisarge
  4. # Depends on: talloc python
  5. name=tevent
  6. version=0.9.28
  7. release=1
  8. source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz)
  9. build() {
  10. cd $name-$version
  11. ./configure --prefix=/usr \
  12. --bundled-libraries=NONE \
  13. --builtin-libraries=replace
  14. make
  15. make DESTDIR=$PKG install
  16. }