milis/talimatname/genel/s/serf/talimat

23 lines
565 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: C tabanlı HTTP istemci kütüphanesi Apache Portable Runtime (APR) kütüphanesi üzerine inşa edilmiştir.
2016-02-24 01:27:23 +01:00
# URL: https://code.google.com/p/serf/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: apr-util openssl scons kerberos
2016-02-24 01:27:23 +01:00
name=serf
version=1.3.8
release=1
2016-07-24 04:34:42 +02:00
source=(https://archive.apache.org/dist/$name/$name-$version.tar.bz2)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
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
}