wok-next diff parted/receipt @ rev 19722
Up net-snmp (5.7.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 24 18:42:05 2017 +0200 (2017-05-24) |
parents | 87ab725ce92e |
children | 0e8dadf052b9 |
line diff
1.1 --- a/parted/receipt Wed Dec 16 11:56:20 2015 +0100 1.2 +++ b/parted/receipt Wed May 24 18:42:05 2017 +0200 1.3 @@ -6,10 +6,11 @@ 1.4 SHORT_DESC="GNU parted partition editor." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 LICENSE="GPL3" 1.7 +WEB_SITE="http://www.gnu.org/software/parted/index.shtml" 1.8 +HOST_ARCH="i486 arm" 1.9 + 1.10 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.11 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.12 -WEB_SITE="http://www.gnu.org/software/parted/index.shtml" 1.13 -WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.14 -HOST_ARCH="i486 arm" 1.15 1.16 DEPENDS="util-linux-uuid util-linux-blkid" 1.17 BUILD_DEPENDS="e2fsprogs-dev util-linux-uuid-dev util-linux-blkid-dev" 1.18 @@ -24,6 +25,7 @@ 1.19 grep -qs 'define u8' libparted/arch/linux.c || 1.20 sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \ 1.21 libparted/arch/linux.c 1.22 + 1.23 ./configure \ 1.24 --disable-debug \ 1.25 --disable-Werror \