milis/talimatname/genel/s/snappy/talimat

19 lines
339 B
Plaintext
Raw Normal View History

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