diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/initrd/Pkgfile | 2 | ||||
-rw-r--r-- | base/kernel-pae/.footprint | 8 | ||||
-rw-r--r-- | base/kernel-pae/.md5sum | 1 | ||||
-rw-r--r-- | base/kernel-pae/Pkgfile | 9 | ||||
-rw-r--r-- | base/kernel/.footprint | 8 | ||||
-rw-r--r-- | base/kernel/.md5sum | 1 | ||||
-rw-r--r-- | base/kernel/Pkgfile | 9 | ||||
-rw-r--r-- | base/protobuf/.footprint | 65 | ||||
-rw-r--r-- | base/protobuf/.md5sum | 1 | ||||
-rw-r--r-- | base/protobuf/Pkgfile | 15 |
10 files changed, 100 insertions, 19 deletions
diff --git a/base/initrd/Pkgfile b/base/initrd/Pkgfile index 662cf88dd..0dc815c9e 100644 --- a/base/initrd/Pkgfile +++ b/base/initrd/Pkgfile @@ -4,7 +4,7 @@ # Packager: thierryn1 at hispeed dot ch name=initrd -version=2.6.33 +version=2.6.33.1 release=1 _tools=06032010 _baseversion=2.6.33 diff --git a/base/kernel-pae/.footprint b/base/kernel-pae/.footprint index 3338d00b8..3b380c572 100644 --- a/base/kernel-pae/.footprint +++ b/base/kernel-pae/.footprint @@ -1,8 +1,8 @@ drwxr-xr-x root/root boot/ --rw-r--r-- root/root boot/System.map-2.6.33 --rw-r--r-- root/root boot/config-2.6.33 -lrwxrwxrwx root/root boot/kernel -> kernel-2.6.33 --rw-r--r-- root/root boot/kernel-2.6.33 +-rw-r--r-- root/root boot/System.map-2.6.33.1 +-rw-r--r-- root/root boot/config-2.6.33.1 +lrwxrwxrwx root/root boot/kernel -> kernel-2.6.33.1 +-rw-r--r-- root/root boot/kernel-2.6.33.1 drwxr-xr-x root/root lib/ drwxr-xr-x root/root lib/firmware/ drwxr-xr-x root/root lib/firmware/3com/ diff --git a/base/kernel-pae/.md5sum b/base/kernel-pae/.md5sum index cb77ec393..bc95528fe 100644 --- a/base/kernel-pae/.md5sum +++ b/base/kernel-pae/.md5sum @@ -1,3 +1,4 @@ 0e09cea5ee38d4457a3af832d67c924d config 38550ec26e5368286e2fde8fb03fa744 config_64 c3883760b18d50e8d78819c54d579b00 linux-2.6.33.tar.bz2 +745fd1355c630e163e40c40d4c9b79f9 patch-2.6.33.1.bz2 diff --git a/base/kernel-pae/Pkgfile b/base/kernel-pae/Pkgfile index 27b19e10d..b4f40b04a 100644 --- a/base/kernel-pae/Pkgfile +++ b/base/kernel-pae/Pkgfile @@ -4,15 +4,14 @@ # Packager: thierryn1 at hispeed dot ch name=kernel-pae -version=2.6.33 +version=2.6.33.1 _BaseVersion=2.6.33 release=1 source=(http://www.kernel.org/pub/linux/kernel/v2.6/linux-${_BaseVersion}.tar.bz2 config_64 config \ - ) -# http://www.kernel.org/pub/linux/kernel/v2.6/patch-$version.bz2) + http://www.kernel.org/pub/linux/kernel/v2.6/patch-$version.bz2) build(){ -# bzip2 -d patch-$version.bz2 +bzip2 -d patch-$version.bz2 cd linux-${_BaseVersion} make mrproper case `uname -m` in @@ -21,7 +20,7 @@ case `uname -m` in i?86) mv $SRC/config ./.config;; esac -# patch -Np1 -i ../patch-$version +patch -Np1 -i ../patch-$version sed -i "s/EXTRAVERSION = .*/EXTRAVERSION =/" Makefile make -j3 make INSTALL_MOD_PATH=$PKG modules_install diff --git a/base/kernel/.footprint b/base/kernel/.footprint index 4f574dee4..a92c0dc40 100644 --- a/base/kernel/.footprint +++ b/base/kernel/.footprint @@ -1,8 +1,8 @@ drwxr-xr-x root/root boot/ --rw-r--r-- root/root boot/System.map-2.6.33 --rw-r--r-- root/root boot/config-2.6.33 -lrwxrwxrwx root/root boot/kernel -> kernel-2.6.33 --rw-r--r-- root/root boot/kernel-2.6.33 +-rw-r--r-- root/root boot/System.map-2.6.33.1 +-rw-r--r-- root/root boot/config-2.6.33.1 +lrwxrwxrwx root/root boot/kernel -> kernel-2.6.33.1 +-rw-r--r-- root/root boot/kernel-2.6.33.1 drwxr-xr-x root/root lib/ drwxr-xr-x root/root lib/firmware/ drwxr-xr-x root/root lib/firmware/3com/ diff --git a/base/kernel/.md5sum b/base/kernel/.md5sum index f649d9a4d..823eb4a29 100644 --- a/base/kernel/.md5sum +++ b/base/kernel/.md5sum @@ -1,3 +1,4 @@ 5f2f2ca21b45dd9585ae7590a65e2cf8 config 38550ec26e5368286e2fde8fb03fa744 config_64 c3883760b18d50e8d78819c54d579b00 linux-2.6.33.tar.bz2 +745fd1355c630e163e40c40d4c9b79f9 patch-2.6.33.1.bz2 diff --git a/base/kernel/Pkgfile b/base/kernel/Pkgfile index 27ba19b22..6329942c2 100644 --- a/base/kernel/Pkgfile +++ b/base/kernel/Pkgfile @@ -4,15 +4,14 @@ # Packager: thierryn1 at hispeed dot ch name=kernel -version=2.6.33 +version=2.6.33.1 _BaseVersion=2.6.33 release=1 source=(http://www.kernel.org/pub/linux/kernel/v2.6/linux-${_BaseVersion}.tar.bz2 config_64 config \ - ) -# http://www.kernel.org/pub/linux/kernel/v2.6/patch-$version.bz2) + http://www.kernel.org/pub/linux/kernel/v2.6/patch-$version.bz2) build(){ -# bzip2 -d patch-$version.bz2 + bzip2 -d patch-$version.bz2 cd linux-${_BaseVersion} make mrproper case `uname -m` in @@ -21,7 +20,7 @@ case `uname -m` in i?86) mv $SRC/config ./.config;; esac -# patch -Np1 -i ../patch-$version +patch -Np1 -i ../patch-$version sed -i "s/EXTRAVERSION = .*/EXTRAVERSION =/" Makefile make -j3 make INSTALL_MOD_PATH=$PKG modules_install diff --git a/base/protobuf/.footprint b/base/protobuf/.footprint new file mode 100644 index 000000000..c567f09ab --- /dev/null +++ b/base/protobuf/.footprint @@ -0,0 +1,65 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/protoc +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/google/ +drwxr-xr-x root/root usr/include/google/protobuf/ +drwxr-xr-x root/root usr/include/google/protobuf/compiler/ +-rw-r--r-- root/root usr/include/google/protobuf/compiler/code_generator.h +-rw-r--r-- root/root usr/include/google/protobuf/compiler/command_line_interface.h +drwxr-xr-x root/root usr/include/google/protobuf/compiler/cpp/ +-rw-r--r-- root/root usr/include/google/protobuf/compiler/cpp/cpp_generator.h +-rw-r--r-- root/root usr/include/google/protobuf/compiler/importer.h +drwxr-xr-x root/root usr/include/google/protobuf/compiler/java/ +-rw-r--r-- root/root usr/include/google/protobuf/compiler/java/java_generator.h +-rw-r--r-- root/root usr/include/google/protobuf/compiler/parser.h +-rw-r--r-- root/root usr/include/google/protobuf/compiler/plugin.h +-rw-r--r-- root/root usr/include/google/protobuf/compiler/plugin.pb.h +-rw-r--r-- root/root usr/include/google/protobuf/compiler/plugin.proto +drwxr-xr-x root/root usr/include/google/protobuf/compiler/python/ +-rw-r--r-- root/root usr/include/google/protobuf/compiler/python/python_generator.h +-rw-r--r-- root/root usr/include/google/protobuf/descriptor.h +-rw-r--r-- root/root usr/include/google/protobuf/descriptor.pb.h +-rw-r--r-- root/root usr/include/google/protobuf/descriptor.proto +-rw-r--r-- root/root usr/include/google/protobuf/descriptor_database.h +-rw-r--r-- root/root usr/include/google/protobuf/dynamic_message.h +-rw-r--r-- root/root usr/include/google/protobuf/extension_set.h +-rw-r--r-- root/root usr/include/google/protobuf/generated_message_reflection.h +-rw-r--r-- root/root usr/include/google/protobuf/generated_message_util.h +drwxr-xr-x root/root usr/include/google/protobuf/io/ +-rw-r--r-- root/root usr/include/google/protobuf/io/coded_stream.h +-rw-r--r-- root/root usr/include/google/protobuf/io/gzip_stream.h +-rw-r--r-- root/root usr/include/google/protobuf/io/printer.h +-rw-r--r-- root/root usr/include/google/protobuf/io/tokenizer.h +-rw-r--r-- root/root usr/include/google/protobuf/io/zero_copy_stream.h +-rw-r--r-- root/root usr/include/google/protobuf/io/zero_copy_stream_impl.h +-rw-r--r-- root/root usr/include/google/protobuf/io/zero_copy_stream_impl_lite.h +-rw-r--r-- root/root usr/include/google/protobuf/message.h +-rw-r--r-- root/root usr/include/google/protobuf/message_lite.h +-rw-r--r-- root/root usr/include/google/protobuf/reflection_ops.h +-rw-r--r-- root/root usr/include/google/protobuf/repeated_field.h +-rw-r--r-- root/root usr/include/google/protobuf/service.h +drwxr-xr-x root/root usr/include/google/protobuf/stubs/ +-rw-r--r-- root/root usr/include/google/protobuf/stubs/common.h +-rw-r--r-- root/root usr/include/google/protobuf/stubs/once.h +-rw-r--r-- root/root usr/include/google/protobuf/text_format.h +-rw-r--r-- root/root usr/include/google/protobuf/unknown_field_set.h +-rw-r--r-- root/root usr/include/google/protobuf/wire_format.h +-rw-r--r-- root/root usr/include/google/protobuf/wire_format_lite.h +-rw-r--r-- root/root usr/include/google/protobuf/wire_format_lite_inl.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libprotobuf-lite.la +lrwxrwxrwx root/root usr/lib/libprotobuf-lite.so -> libprotobuf-lite.so.6.0.0 +lrwxrwxrwx root/root usr/lib/libprotobuf-lite.so.6 -> libprotobuf-lite.so.6.0.0 +-rwxr-xr-x root/root usr/lib/libprotobuf-lite.so.6.0.0 +-rwxr-xr-x root/root usr/lib/libprotobuf.la +lrwxrwxrwx root/root usr/lib/libprotobuf.so -> libprotobuf.so.6.0.0 +lrwxrwxrwx root/root usr/lib/libprotobuf.so.6 -> libprotobuf.so.6.0.0 +-rwxr-xr-x root/root usr/lib/libprotobuf.so.6.0.0 +-rwxr-xr-x root/root usr/lib/libprotoc.la +lrwxrwxrwx root/root usr/lib/libprotoc.so -> libprotoc.so.6.0.0 +lrwxrwxrwx root/root usr/lib/libprotoc.so.6 -> libprotoc.so.6.0.0 +-rwxr-xr-x root/root usr/lib/libprotoc.so.6.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/protobuf-lite.pc +-rw-r--r-- root/root usr/lib/pkgconfig/protobuf.pc diff --git a/base/protobuf/.md5sum b/base/protobuf/.md5sum new file mode 100644 index 000000000..8d3a27c07 --- /dev/null +++ b/base/protobuf/.md5sum @@ -0,0 +1 @@ +f2964f636b3c67d1e9d8b90819fa8ddb protobuf-2.3.0.tar.bz2 diff --git a/base/protobuf/Pkgfile b/base/protobuf/Pkgfile new file mode 100644 index 000000000..7fec75870 --- /dev/null +++ b/base/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.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 +} |