milis/talimatname/genel/s/snappy/talimat

19 lines
348 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
name=snappy
version=1.1.1
release=1
source=(http://snappy.googlecode.com/files/$name-$version.tar.gz)
build () {
cd $name-$version
CXXFLAGS+=\ -DNDEBUG
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}