milis/talimatname/genel/l/libproxy/talimat

27 lines
732 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.

# Tanım: Otomatik proxy konfigürasyon yönetimi sağlayan bir kütüphane
# URL: http://libproxy.github.io/libproxy/
# Paketçi: milisarge
# Gerekler: cmake networkmanager python perl glib webkitgtk3
# Grup: kütüphane
isim=libproxy
surum=0.4.15
devir=1
kaynak=(https://github.com/libproxy/libproxy/archive/$surum.tar.gz)
derle() {
mkdir build
cd build
cmake ../${isim}-${surum} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIBEXEC_INSTALL_DIR=/usr/lib/libproxy \
-DCMAKE_SKIP_RPATH=ON \
-DPERL_VENDORINSTALL=yes \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_WEBKIT3=ON \
-DWITH_MOZJS=ON
make
make DESTDIR=$PKG install
}