From 2895a5f5acd34349032729aab587dd3bee8d9cae Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 16 Jun 2010 09:39:09 +0200 Subject: ajout de partimage#0.6.8-1 --- extra/partimage/.footprint | 19 +++++++++++++++++++ extra/partimage/.md5sum | 2 ++ extra/partimage/Pkgfile | 22 ++++++++++++++++++++++ extra/partimage/partimage-0.6.8-gcc44.patch | 24 ++++++++++++++++++++++++ 4 files changed, 67 insertions(+) create mode 100644 extra/partimage/.footprint create mode 100644 extra/partimage/.md5sum create mode 100755 extra/partimage/Pkgfile create mode 100644 extra/partimage/partimage-0.6.8-gcc44.patch 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 + -- cgit v1.2.3-54-g00ecf