Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=65c4677de9537f4db0d8d57308bd2ec2f96d4620

commit 65c4677de9537f4db0d8d57308bd2ec2f96d4620
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Fri Jan 29 21:41:34 2010 +0000

protobuf-2.3.0-2-i686
*added python binding for mypaint

diff --git a/source/lib-extra/protobuf/FrugalBuild 
b/source/lib-extra/protobuf/FrugalBuild
index ca6a1ff..04a3921 100644
--- a/source/lib-extra/protobuf/FrugalBuild
+++ b/source/lib-extra/protobuf/FrugalBuild
@@ -3,12 +3,27 @@

pkgname=protobuf
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Protocol Buffers are a way of encoding structured data in an efficient 
yet extensible format"
-Finclude googlecode
+Finclude googlecode python
depends=()
+makedepends=('setuptools')
groups=('lib-extra')
archs=('i686')
sha1sums=('d0e7472552e5c352ed0afbb07b30dcb343c96aaf')
+subpkgs=("protobuf-python")
+subdescs=('python bindings for protobuf')
+subdepends=("$pkgname=$pkgver python")
+subgroups=('lib-extra')
+subarchs=('i686')
+
+build() {
+       Fbuild
+       cd python || Fdie
+       Fmake
+       Fmakeinstall
+       # python bindings
+       Fsplit protobuf-python $_F_python_libdir
+}

# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to