19 lines
339 B
Plaintext
19 lines
339 B
Plaintext
# Tanım: Snappy bir sıkıştırma / açma kütüphanesi.
|
||
# URL: http://code.google.com/p/snappy/
|
||
# Paketçi: milisarge
|
||
# Gerekler:
|
||
|
||
isim=snappy
|
||
surum=1.1.1
|
||
devir=1
|
||
|
||
kaynak=(http://snappy.googlecode.com/files/$isim-$surum.tar.gz)
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
CXXFLAGS+=\ -DNDEBUG
|
||
./configure --prefix=/usr
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|