milis/talimatname/genel/a/asio/talimat

20 lines
460 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: Cross-platform C++ library for ASynchronous network I/O
# URL: http://asio.sourceforge.net
# Paketçi: milisarge
# Gerekler: boost
# Grup: kütüphane
isim=asio
surum=1.10.8
devir=1
kaynak=(http://downloads.sourceforge.net/asio/$isim-$surum.tar.bz2)
derle() {
cd "${SRC}/${isim}-${surum}"
./configure --prefix=/usr
make
make DESTDIR=${PKG} install
#license
install -D -m644 LICENSE_1_0.txt "${PKG}/usr/share/licenses/${isim}/LICENSE"
}