milis/talimatname/genel/sparsehash/talimat

18 lines
396 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: Alan ve hızın optimize edilmesi de dahil olmak üzere çeşitli karma harita uygulamaları içerir.
# URL: http://code.google.com/p/sparsehash
# Packager: milisarge
# Depends on:
name=sparsehash
version=2.0.2
release=1
source=(http://sparsehash.googlecode.com/files/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}