milis/talimatname/genel/a/asio/talimat

19 lines
449 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
name=asio
version=1.10.8
release=1
source=(http://downloads.sourceforge.net/asio/$name-$version.tar.bz2)
derle() {
cd "${SRC}/${name}-${version}"
./configure --prefix=/usr
make
make DESTDIR=${PKG} install
#license
install -D -m644 LICENSE_1_0.txt "${PKG}/usr/share/licenses/${name}/LICENSE"
}