ports/contrib (3.2): protobuf-c: initial import
commit 60245a23626414b75e08250d83b5924021e242ef Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Aug 20 17:17:22 2016 +1000 protobuf-c: initial import diff --git a/protobuf-c/.footprint b/protobuf-c/.footprint new file mode 100644 index 0000000..5d6fcea --- /dev/null +++ b/protobuf-c/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/protoc-c +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/google/ +drwxr-xr-x root/root usr/include/google/protobuf-c/ +lrwxrwxrwx root/root usr/include/google/protobuf-c/protobuf-c.h -> ../../protobuf-c/protobuf-c.h +drwxr-xr-x root/root usr/include/protobuf-c/ +-rw-r--r-- root/root usr/include/protobuf-c/protobuf-c.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libprotobuf-c.a +-rwxr-xr-x root/root usr/lib/libprotobuf-c.la +lrwxrwxrwx root/root usr/lib/libprotobuf-c.so -> libprotobuf-c.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libprotobuf-c.so.1 -> libprotobuf-c.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libprotobuf-c.so.1.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libprotobuf-c.pc diff --git a/protobuf-c/.md5sum b/protobuf-c/.md5sum new file mode 100644 index 0000000..f7fc3bc --- /dev/null +++ b/protobuf-c/.md5sum @@ -0,0 +1 @@ +e544249c329391fff512c3874895cfbe protobuf-c-1.2.1.tar.gz diff --git a/protobuf-c/Pkgfile b/protobuf-c/Pkgfile new file mode 100644 index 0000000..8374204 --- /dev/null +++ b/protobuf-c/Pkgfile @@ -0,0 +1,19 @@ +# Description: Protocol Buffers implementation in C. +# URL: https://github.com/protobuf-c/protobuf-c +# Maintainer: Danny Rawlins, crux at romster dot me +# Packager: Danny Rawlins, crux at romster dot me +# Depends on: protobuf + +name=protobuf-c +version=1.2.1 +release=1 +source=(https://github.com/protobuf-c/protobuf-c/releases/download/v$version/$name-$...) + +build() { + cd $name-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +}
participants (1)
-
crux@crux.nu