summaryrefslogtreecommitdiffstats
path: root/protobuf/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'protobuf/Pkgfile')
-rw-r--r--protobuf/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/protobuf/Pkgfile b/protobuf/Pkgfile
new file mode 100644
index 000000000..92a2d0a52
--- /dev/null
+++ b/protobuf/Pkgfile
@@ -0,0 +1,15 @@
+# Description: Une façon d'encoder les données structurées de manière éfficace et extensible
+# URL: http://code.google.com/p/protobuf/
+# Maintainer: skingrapher at legtux dot org
+
+name=protobuf
+version=2.4.0a
+release=1
+source=(http://protobuf.googlecode.com/files/$name-$version.tar.bz2)
+build ()
+{
+ cd $name-$version
+ ./autogen.sh
+ ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+ make DESTDIR=$PKG install
+}