# 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 }