summaryrefslogtreecommitdiffstats
path: root/partimage/Pkgfile
blob: 71eaca107bdb213bea0f37b5f0fd6f2f04229911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Description: Utilitaire de sauvegarde de disque et partitions
# URL: http://www.partimage.org/Main_Page
# 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
}