smlinux/base/parted/parted.SMBuild
PktSurf 761d688cd9 Converted most source tarballs in base to lzip format ending with .tar.lz, updated SHA512 sums in affected build files
Removed --sysconfdir option in a lot of build files in base
Added preservestaticlibs option in base/argp-standalone
Fixed CFLAGS variable in base/{file,grep}
Fixed build options in base/gstreamer
Fixed LDFLAGS variable in base/less
Removed CFLAGS variable in base/libarchive
Multiple build option fixes in base/nasm
2022-10-04 19:59:37 +05:30

39 lines
1,005 B
Text
Executable file

app=parted
version=3.2
build=1sml
homepage="https://www.gnu.org/software/parted/"
download="https://ftp.gnu.org/gnu/parted/parted-$version.tar.xz"
desc="GNU disk partitioning tool"
requires="eudev util-linux lvm"
noautoconfsite=1
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
applypatch $srcdir/parted-3.2-xfs.patch
CFLAGS="$CFLAGS -D_GNU_SOURCE -Dloff_t=off_t -include sys/sysmacros.h" \
./configure \
--prefix="" \
--sbindir=/bin \
--enable-threads=posix \
--disable-nls \
--disable-static
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
b7e882e2641d301b9e85b392dd65d145f53f9ddc7722d5712d34897592e1e9add088902a00121a8c8c9706750304690d1f096e36ffa6ca8fba68ff04e8e5e2fb parted-3.2.tar.lz
2aaf39c84dd630df1fb281cf3d13dc9b14a7d720c4e3a2c6c1052cc84a1bd4fbbd38d9ec521afb3c6dc514b63c19483b5ff3bef4bf3e778fcbdb843c7c5a6906 parted-3.2-xfs.patch
"