milis/talimatname/genel/snappy/talimat

19 lines
355 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Snappy bir sıkıştırma / açma kütüphanesi.
# URL: http://code.google.com/p/snappy/
# Packager: milisarge
# Depends on:
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
}