serf: initial import (required by subversion 1.8.x)

This commit is contained in:
Jose V Beneyto 2013-07-02 11:28:47 +02:00
parent 8bc10deeee
commit 5787d2beeb
3 changed files with 34 additions and 0 deletions

14
serf/.footprint Normal file
View File

@ -0,0 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/serf-1/
-rw-r--r-- root/root usr/include/serf-1/serf.h
-rw-r--r-- root/root usr/include/serf-1/serf_bucket_types.h
-rw-r--r-- root/root usr/include/serf-1/serf_bucket_util.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libserf-1.a
-rw-r--r-- root/root usr/lib/libserf-1.la
lrwxrwxrwx root/root usr/lib/libserf-1.so -> libserf-1.so.0.0.0
lrwxrwxrwx root/root usr/lib/libserf-1.so.0 -> libserf-1.so.0.0.0
-rw-r--r-- root/root usr/lib/libserf-1.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/serf-1.pc

1
serf/.md5sum Normal file
View File

@ -0,0 +1 @@
4f8e76c9c6567aee1d66aba49f76a58b serf-1.2.1.tar.bz2

19
serf/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: High performance C-based HTTP client library built upon the Apache Portable Runtime (APR) library.
# URL: https://code.google.com/p/serf/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on: apr
name=serf
version=1.2.1
release=1
source=(https://serf.googlecode.com/files/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}