milis/talimatname/genel/snappy/talimat

19 lines
355 B
Plaintext
Raw Normal View History

2017-04-17 14:02:24 +02:00
# Description: 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-04-17 14:02:24 +02:00
# Packager: milisarge
# Depends on:
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
}