summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-16 09:39:09 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-16 09:39:09 +0200
commit2895a5f5acd34349032729aab587dd3bee8d9cae (patch)
treef728ce55e5abd8079bd3b1bb590f98b5ee7ec90b /extra
parentd0bedd6829590189a964314a2195ef6b6c915571 (diff)
downloadnutyx-pakxe-2895a5f5acd34349032729aab587dd3bee8d9cae.tar.gz
nutyx-pakxe-2895a5f5acd34349032729aab587dd3bee8d9cae.tar.bz2
nutyx-pakxe-2895a5f5acd34349032729aab587dd3bee8d9cae.tar.xz
nutyx-pakxe-2895a5f5acd34349032729aab587dd3bee8d9cae.zip
ajout de partimage#0.6.8-1
Diffstat (limited to 'extra')
-rw-r--r--extra/partimage/.footprint19
-rw-r--r--extra/partimage/.md5sum2
-rwxr-xr-xextra/partimage/Pkgfile22
-rw-r--r--extra/partimage/partimage-0.6.8-gcc44.patch24
4 files changed, 67 insertions, 0 deletions
diff --git a/extra/partimage/.footprint b/extra/partimage/.footprint
new file mode 100644
index 000000000..7399ad534
--- /dev/null
+++ b/extra/partimage/.footprint
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/partimage
+-rwxr-xr-x root/root usr/sbin/partimaged
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/partimage/
+-rw-r--r-- root/root usr/share/doc/partimage/AUTHORS
+-rw-r--r-- root/root usr/share/doc/partimage/BUGS
+-rw-r--r-- root/root usr/share/doc/partimage/COPYING
+-rw-r--r-- root/root usr/share/doc/partimage/ChangeLog
+-rw-r--r-- root/root usr/share/doc/partimage/README
+-rw-r--r-- root/root usr/share/doc/partimage/README.partimaged
+-rw-r--r-- root/root usr/share/doc/partimage/TODO
+-rw-r--r-- root/root usr/share/doc/partimage/partimage.lsm
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/partimage.mo
diff --git a/extra/partimage/.md5sum b/extra/partimage/.md5sum
new file mode 100644
index 000000000..dcad196e8
--- /dev/null
+++ b/extra/partimage/.md5sum
@@ -0,0 +1,2 @@
+a6430cf98c8f236c41dd3addcde1fcb8 partimage-0.6.8-gcc44.patch
+c13c8ede8cdf7745b97ec5827920ece7 partimage-0.6.8.tar.bz2
diff --git a/extra/partimage/Pkgfile b/extra/partimage/Pkgfile
new file mode 100755
index 000000000..47d68e82e
--- /dev/null
+++ b/extra/partimage/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Programmes pour générer le fichier Makefile utilisé par autoconf
+# URL:http://www.gnu.org/software/automake/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: newt
+
+name=partimage
+version=0.6.8
+release=1
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2\
+ partimage-0.6.8-gcc44.patch)
+
+build() {
+cd $name-$version
+patch -Np1 -i ../partimage-0.6.8-gcc44.patch
+./configure --prefix=/usr --sysconfdir=/etc
+make
+make prefix=$PKG/usr install
+if [ -f $PKG/usr/share/info/dir ]; then
+ rm $PKG/usr/share/info/dir
+fi
+}
diff --git a/extra/partimage/partimage-0.6.8-gcc44.patch b/extra/partimage/partimage-0.6.8-gcc44.patch
new file mode 100644
index 000000000..b171dad08
--- /dev/null
+++ b/extra/partimage/partimage-0.6.8-gcc44.patch
@@ -0,0 +1,24 @@
+diff -Naur partimage-0.6.8/src/client/netclient.h partimage-0.6.8-new/src/client/netclient.h
+--- partimage-0.6.8/src/client/netclient.h 2009-09-24 16:21:42.000000000 -0300
++++ partimage-0.6.8-new/src/client/netclient.h 2009-11-26 09:23:07.000000000 -0200
+@@ -35,7 +35,7 @@
+ #ifdef HAVE_SSL
+ SSL_CTX * ctx;
+ X509 * server_cert;
+- SSL_METHOD * meth;
++ const SSL_METHOD * meth;
+ #endif
+ bool m_bUseSSL;
+ bool m_bMustLogin;
+diff -Naur partimage-0.6.8/src/server/netserver.h partimage-0.6.8-new/src/server/netserver.h
+--- partimage-0.6.8/src/server/netserver.h 2009-09-12 05:06:22.000000000 -0300
++++ partimage-0.6.8-new/src/server/netserver.h 2009-11-26 09:32:02.000000000 -0200
+@@ -41,7 +41,7 @@
+ #ifdef HAVE_SSL
+ SSL_CTX * ctx;
+ X509 * client_cert;
+- SSL_METHOD * meth;
++ const SSL_METHOD * meth;
+ int err;
+ #endif
+