2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: hızlı ve güvenli tünelleme uygulaması
|
2017-05-24 13:54:18 +02:00
|
|
|
|
# URL: https://projects.universe-factory.net/projects/fastd
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: pkg-config cmake libcap libuecc libsodium json-c
|
2017-05-24 13:54:18 +02:00
|
|
|
|
|
|
|
|
|
name=fastd
|
|
|
|
|
version=18
|
|
|
|
|
release=1
|
|
|
|
|
source=(https://projects.universe-factory.net/attachments/download/86/$name-$version.tar.xz)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd $name-$version
|
|
|
|
|
mkdir -p build
|
|
|
|
|
cd build
|
|
|
|
|
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr -D ENABLE_SYSTEMD=ON -D ENABLE_LTO=ON -D ENABLE_OPENSSL=ON ../
|
|
|
|
|
make
|
|
|
|
|
make install DESTDIR="${PKG}"
|
|
|
|
|
install -dm755 "${PKG}/etc/fastd/"
|
|
|
|
|
}
|