milis/talimatname/genel/a/asio/talimat

19 lines
449 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Cross-platform C++ library for ASynchronous network I/O
2017-07-25 02:30:09 +02:00
# URL: http://asio.sourceforge.net
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: boost
2017-07-25 02:30:09 +02:00
name=asio
version=1.10.8
release=1
source=(http://downloads.sourceforge.net/asio/$name-$version.tar.bz2)
build() {
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"
}