milis/talimatname/genel/c/curlpp/talimat
2018-08-17 11:35:21 +00:00

19 lines
436 B
Text
Raw Permalink 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.

# Tanım: cURLpp, libcURL için bir C++ sarmalayıcısıdır.
# URL: http://curlpp.org
# Paketçi: milisarge
# Gerekler: cmake
# Grup: kütüphane
isim=curlpp
surum=0.8.1
devir=1
kaynak=(https://github.com/jpbarrette/curlpp/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd "curlpp-$surum"
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_INSTALL_LIBDIR='/usr/lib' ..
make
make DESTDIR="$PKG/" install
}