milis/talimatname/genel/s/snappy/talimat

19 lines
339 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Snappy bir sıkıştırma / açma kütüphanesi.
2016-02-24 02:27:23 +02:00
# URL: http://code.google.com/p/snappy/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=snappy
surum=1.1.1
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(http://snappy.googlecode.com/files/$isim-$surum.tar.gz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $isim-$surum
2016-02-24 02:27:23 +02:00
CXXFLAGS+=\ -DNDEBUG
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}