talimat 376 B

1234567891011121314151617
  1. # Description: NTRUEncrypt C de yazılmışı
  2. # URL: https://github.com/tbuktu/libntru
  3. # Packager: milisarge
  4. # Depends on:
  5. name=libntru
  6. version=0.4.1
  7. release=1
  8. source=(https://github.com/tbuktu/libntru/archive/${version}.tar.gz)
  9. build() {
  10. cd "${SRC}/libntru-${version}"
  11. make -f Makefile.linux
  12. make -f Makefile.linux install DESTDIR="${PKG}"
  13. rm -r "${PKG}/usr/share"
  14. }