19 lines
441 B
Plaintext
19 lines
441 B
Plaintext
# Tanım: Cross-platform C++ library for ASynchronous network I/O
|
||
# URL: http://asio.sourceforge.net
|
||
# Paketçi: milisarge
|
||
# Gerekler: boost
|
||
|
||
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"
|
||
}
|