summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/initrd/Pkgfile2
-rw-r--r--base/kernel-pae/.footprint8
-rw-r--r--base/kernel-pae/.md5sum1
-rw-r--r--base/kernel-pae/Pkgfile9
-rw-r--r--base/kernel-pae/post-install1
-rw-r--r--base/kernel/.footprint8
-rw-r--r--base/kernel/.md5sum1
-rw-r--r--base/kernel/Pkgfile9
-rw-r--r--base/kernel/post-install1
-rw-r--r--base/libevent/.footprint31
-rw-r--r--base/libevent/.md5sum1
-rw-r--r--base/libevent/Pkgfile19
-rw-r--r--base/units/.footprint10
-rw-r--r--base/units/.md5sum1
-rw-r--r--base/units/Pkgfile15
15 files changed, 98 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-pae/post-install b/base/kernel-pae/post-install
new file mode 100644
index 000000000..f35bba3b5
--- /dev/null
+++ b/base/kernel-pae/post-install
@@ -0,0 +1 @@
+depmod
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/kernel/post-install b/base/kernel/post-install
new file mode 100644
index 000000000..f35bba3b5
--- /dev/null
+++ b/base/kernel/post-install
@@ -0,0 +1 @@
+depmod
diff --git a/base/libevent/.footprint b/base/libevent/.footprint
new file mode 100644
index 000000000..8dbc7877d
--- /dev/null
+++ b/base/libevent/.footprint
@@ -0,0 +1,31 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/event_rpcgen.py
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/evdns.h
+-rw-r--r-- root/root usr/include/event-config.h
+-rw-r--r-- root/root usr/include/event.h
+-rw-r--r-- root/root usr/include/evhttp.h
+-rw-r--r-- root/root usr/include/evrpc.h
+-rw-r--r-- root/root usr/include/evutil.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libevent-1.4.so.2 -> libevent-1.4.so.2.1.3
+-rwxr-xr-x root/root usr/lib/libevent-1.4.so.2.1.3
+-rw-r--r-- root/root usr/lib/libevent.a
+-rwxr-xr-x root/root usr/lib/libevent.la
+lrwxrwxrwx root/root usr/lib/libevent.so -> libevent-1.4.so.2.1.3
+lrwxrwxrwx root/root usr/lib/libevent_core-1.4.so.2 -> libevent_core-1.4.so.2.1.3
+-rwxr-xr-x root/root usr/lib/libevent_core-1.4.so.2.1.3
+-rw-r--r-- root/root usr/lib/libevent_core.a
+-rwxr-xr-x root/root usr/lib/libevent_core.la
+lrwxrwxrwx root/root usr/lib/libevent_core.so -> libevent_core-1.4.so.2.1.3
+lrwxrwxrwx root/root usr/lib/libevent_extra-1.4.so.2 -> libevent_extra-1.4.so.2.1.3
+-rwxr-xr-x root/root usr/lib/libevent_extra-1.4.so.2.1.3
+-rw-r--r-- root/root usr/lib/libevent_extra.a
+-rwxr-xr-x root/root usr/lib/libevent_extra.la
+lrwxrwxrwx root/root usr/lib/libevent_extra.so -> libevent_extra-1.4.so.2.1.3
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/evdns.3.gz
+-rw-r--r-- root/root usr/share/man/man3/event.3.gz
diff --git a/base/libevent/.md5sum b/base/libevent/.md5sum
new file mode 100644
index 000000000..503566453
--- /dev/null
+++ b/base/libevent/.md5sum
@@ -0,0 +1 @@
+0b3ea18c634072d12b3c1ee734263664 libevent-1.4.13-stable.tar.gz
diff --git a/base/libevent/Pkgfile b/base/libevent/Pkgfile
new file mode 100644
index 000000000..03993f47f
--- /dev/null
+++ b/base/libevent/Pkgfile
@@ -0,0 +1,19 @@
+# Decription: Bibliothèque de notification d'événements
+# URL: http://www.monkey.org/~provos/libevent/
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+
+name=libevent
+version=1.4.13
+release=1
+
+source=( http://www.monkey.org/~provos/$name-$version-stable.tar.gz )
+
+build() {
+ cd $name-$version-stable
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc
+ make
+ make DESTDIR=$PKG install
+}
+
diff --git a/base/units/.footprint b/base/units/.footprint
new file mode 100644
index 000000000..028dd182b
--- /dev/null
+++ b/base/units/.footprint
@@ -0,0 +1,10 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/units
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/info/
+-rw-r--r-- root/root usr/share/info/units.info.gz
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/units.1.gz
+-rw-r--r-- root/root usr/share/units.dat
diff --git a/base/units/.md5sum b/base/units/.md5sum
new file mode 100644
index 000000000..26ea2583d
--- /dev/null
+++ b/base/units/.md5sum
@@ -0,0 +1 @@
+8cf47adf29e38a9aa744e8d5246d1bec units_1.87.orig.tar.gz
diff --git a/base/units/Pkgfile b/base/units/Pkgfile
new file mode 100644
index 000000000..3977ce143
--- /dev/null
+++ b/base/units/Pkgfile
@@ -0,0 +1,15 @@
+# Description: convertisseur de mesures en ligne de commande
+# URL: http://units.sourceforge.net
+# Maintainer: NuTyX core team
+# Packager: skingrapher at legtux dot org
+name=units
+version=1.87
+release=1
+source=(http://ftp.de.debian.org/debian/pool/main/u/$name/${name}_1.87.orig.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}