summaryrefslogtreecommitdiffstats
path: root/extra/partimage/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/partimage/Pkgfile')
-rwxr-xr-xextra/partimage/Pkgfile22
1 files changed, 22 insertions, 0 deletions
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
+}