milis/talimatname/genel/serf/talimat

23 lines
572 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.

# Description: C tabanlı HTTP istemci kütüphanesi Apache Portable Runtime (APR) kütüphanesi üzerine inşa edilmiştir.
# URL: https://code.google.com/p/serf/
# Packager: milisarge
# Depends on: apr-util openssl scons kerberos
name=serf
version=1.3.8
release=1
source=(https://archive.apache.org/dist/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i "/Append/s:RPATH=libdir,::" SConstruct
sed -i "/Default/s:lib_static,::" SConstruct
sed -i "/Alias/s:install_static,::" SConstruct
scons PREFIX=/usr
scons PREFIX=$PKG/usr install
}