summaryrefslogtreecommitdiffstats
path: root/extra/protobuf/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-14 19:16:54 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-14 19:16:54 +0100
commit4c25c674a1275d5d647c21ac97b076bd37477bb4 (patch)
treee0dbe7e3a7e88e851158aff1167d7c8132c49fcd /extra/protobuf/Pkgfile
parentb86397725431f5166d7f8147131f562b4293053a (diff)
parentea1d92b3579a79de34c10d67cb92e9f26686c321 (diff)
downloadnutyx-pakxe-4c25c674a1275d5d647c21ac97b076bd37477bb4.tar.gz
nutyx-pakxe-4c25c674a1275d5d647c21ac97b076bd37477bb4.tar.bz2
nutyx-pakxe-4c25c674a1275d5d647c21ac97b076bd37477bb4.tar.xz
nutyx-pakxe-4c25c674a1275d5d647c21ac97b076bd37477bb4.zip
Merge commit 'skingrapher/master'
Diffstat (limited to 'extra/protobuf/Pkgfile')
-rw-r--r--extra/protobuf/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/protobuf/Pkgfile b/extra/protobuf/Pkgfile
new file mode 100644
index 000000000..5dbbafa2e
--- /dev/null
+++ b/extra/protobuf/Pkgfile
@@ -0,0 +1,16 @@
+# Description: A way of encoding structured data in an efficient yet extensible format
+# URL: http://code.google.com/p/protobuf/
+# Maintainer: skingrapher at legtux dot org
+# Depends on: gcc, zlib
+
+name=protobuf
+version=2.3.0
+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
+}