diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-16 09:39:09 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-16 09:39:09 +0200 |
commit | 2895a5f5acd34349032729aab587dd3bee8d9cae (patch) | |
tree | f728ce55e5abd8079bd3b1bb590f98b5ee7ec90b /extra/partimage/Pkgfile | |
parent | d0bedd6829590189a964314a2195ef6b6c915571 (diff) | |
download | nutyx-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/partimage/Pkgfile')
-rwxr-xr-x | extra/partimage/Pkgfile | 22 |
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 +} |