From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- partimage/.footprint.i686 | 18 ++++++++++++++++++ partimage/.footprint.x86_64 | 18 ++++++++++++++++++ partimage/.md5sum.i686 | 2 ++ partimage/.md5sum.x86_64 | 2 ++ partimage/Pkgfile | 24 ++++++++++++++++++++++++ 5 files changed, 64 insertions(+) create mode 100644 partimage/.footprint.i686 create mode 100644 partimage/.footprint.x86_64 create mode 100644 partimage/.md5sum.i686 create mode 100644 partimage/.md5sum.x86_64 create mode 100755 partimage/Pkgfile (limited to 'partimage') diff --git a/partimage/.footprint.i686 b/partimage/.footprint.i686 new file mode 100644 index 000000000..144334847 --- /dev/null +++ b/partimage/.footprint.i686 @@ -0,0 +1,18 @@ +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/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/partimage/.footprint.x86_64 b/partimage/.footprint.x86_64 new file mode 100644 index 000000000..144334847 --- /dev/null +++ b/partimage/.footprint.x86_64 @@ -0,0 +1,18 @@ +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/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/partimage/.md5sum.i686 b/partimage/.md5sum.i686 new file mode 100644 index 000000000..1d003c293 --- /dev/null +++ b/partimage/.md5sum.i686 @@ -0,0 +1,2 @@ +a6430cf98c8f236c41dd3addcde1fcb8 partimage-0.6.8-gcc44.patch +1bc046fd915c5debbafc85729464e513 partimage-0.6.9.tar.bz2 diff --git a/partimage/.md5sum.x86_64 b/partimage/.md5sum.x86_64 new file mode 100644 index 000000000..1d003c293 --- /dev/null +++ b/partimage/.md5sum.x86_64 @@ -0,0 +1,2 @@ +a6430cf98c8f236c41dd3addcde1fcb8 partimage-0.6.8-gcc44.patch +1bc046fd915c5debbafc85729464e513 partimage-0.6.9.tar.bz2 diff --git a/partimage/Pkgfile b/partimage/Pkgfile new file mode 100755 index 000000000..357a84ee6 --- /dev/null +++ b/partimage/Pkgfile @@ -0,0 +1,24 @@ +# 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 +# Run on: newt + +name=partimage +version=0.6.9 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2\ + http://nutyx.meticul.eu/files/patchs/$name/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 +} + -- cgit v1.2.3-54-g00ecf