mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-06 01:16:26 +00:00
18 lines
392 B
Plaintext
18 lines
392 B
Plaintext
# description : serf high performance http c client library
|
|
# depends : apr-util krb5 scons
|
|
|
|
name=serf
|
|
version=1.3.10
|
|
release=1
|
|
source="https://www.apache.org/dist/$name/$name-$version.tar.bz2
|
|
SConstruct"
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
mv SConstruct SConstruct.bak
|
|
cp $SRC/SConstruct ./
|
|
scons PREFIX=/usr GSSAPI=/usr/bin/krb5-config
|
|
scons PREFIX=$PKG/usr install
|
|
}
|