26 lines
863 B
Plaintext
26 lines
863 B
Plaintext
|
# Template file for 'protobuf'
|
||
|
pkgname=protobuf
|
||
|
version=2.4.1
|
||
|
distfiles="http://${pkgname}.googlecode.com/files/${pkgname}-${version}.tar.bz2"
|
||
|
build_style=gnu-configure
|
||
|
homepage="http://code.google.com/p/${pkgname}/"
|
||
|
license="Apache-style"
|
||
|
short_desc="Google's data interchange format"
|
||
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||
|
checksum=cf8452347330834bbf9c65c2e68b5562ba10c95fa40d4f7ec0d2cb332674b0bf
|
||
|
long_desc="
|
||
|
Protocol Buffers are a way of encoding structured data in an efficient yet
|
||
|
extensible format. Google uses Protocol Buffers for almost all of its
|
||
|
internal RPC protocols and file formats."
|
||
|
|
||
|
subpackages="$pkgname-devel $pkgname-lite"
|
||
|
|
||
|
Add_dependency run glibc
|
||
|
Add_dependency run libstdc++
|
||
|
Add_dependency run libgcc
|
||
|
Add_dependency run zlib
|
||
|
|
||
|
Add_dependency build libstdc++-devel
|
||
|
Add_dependency build zlib-devel
|
||
|
Add_dependency build pkg-config
|