milis/talimatname/genel/l/libtins/talimat

21 lines
554 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: Yüksek seviye ağ paket koklama ve işleme c++ kütüphanesi
# URL: http://libtins.github.io/
# Paketçi: milisarge
# Gerekler: cmake libpcap
isim=libtins
surum=3.5
devir=1
kaynak=(https://github.com/mfontanini/libtins/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd "${SRC}/libtins-${surum}"
mkdir build
cd build
cmake -D CMAKE_INSTALL_PREFIX=/usr -D LIBTINS_ENABLE_CXX11=yes ../
make
make DESTDIR="${PKG}" install
install -Dm644 ../LICENSE "${PKG}/usr/share/licenses/${isim}/LICENSE"
rm -R "${PKG}/usr/CMake/"
}