summaryrefslogtreecommitdiffstats
path: root/extra/protobuf/Pkgfile
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2010-03-14 22:03:45 +0400
committerskingrapher <gandalf@aldebaran.(none)>2010-03-14 22:03:45 +0400
commit4752e7e03852158540939a40dbec0b5ef2f8047a (patch)
tree1f20e317c0e99a6ced0fe7b5db43150bded2efee /extra/protobuf/Pkgfile
parenta562336efdac2786e72788ca254c1a7968684e13 (diff)
downloadnutyx-extra-4752e7e03852158540939a40dbec0b5ef2f8047a.tar.gz
nutyx-extra-4752e7e03852158540939a40dbec0b5ef2f8047a.tar.bz2
nutyx-extra-4752e7e03852158540939a40dbec0b5ef2f8047a.tar.xz
nutyx-extra-4752e7e03852158540939a40dbec0b5ef2f8047a.zip
ajout de protobuf-2.3.0#1
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
+}