talimat 357 B

1234567891011121314151617181920
  1. # Tanım: Snappy bir sıkıştırma/açma kütüphanesi.
  2. # URL: http://code.google.com/p/snappy/
  3. # Paketçi: milisarge
  4. # Gerekler:
  5. # Grup: kütüphane
  6. isim=snappy
  7. surum=1.1.1
  8. devir=1
  9. kaynak=(http://snappy.googlecode.com/files/$isim-$surum.tar.gz)
  10. derle() {
  11. cd $isim-$surum
  12. CXXFLAGS+=\ -DNDEBUG
  13. ./configure --prefix=/usr
  14. make
  15. make DESTDIR=$PKG install
  16. }