smlinux/extra/mtd-utils/mtd-utils.SMBuild
PktSurf 4a7a115ed4 Fixed CFLAGS in extra/{feh,v4l-utils} and gtk/libunique
Upgraded net/samba to 4.18.0
Discarded doinst.sh from extra/{mpv,v4l-utils} and gtk/{gcr,goffice,gsettings-desktop-schemas}
Discarded gtk/gtk-sharp
Repositioned nand-utils source extraction code inside a subshell in extra/mtd-utils
Discarded code to remove tests in gtk/{atkmm,cairomm,libsoup}
Disabled tests in build option of gtk/{gdk-pixbuf,gtk3,libdazzle}
Fixed mkdir code in gtk/{gegl,gnome-desktop,gobject-introspection,libdazzle,libglade,libmanette} for aiding in resuming build
Rewrote gtk/gnome-icon-theme pc file in the build file itself
Fixed gtk/gtk2's doinst.sh
Disabled static libraries compile in gtk/openjpeg
Updated buildlist of net
Fixed net/privoxy build file
2023-03-16 23:19:14 +05:30

51 lines
1.1 KiB
Text
Executable file

app=mtd-utils
version=2.1.1
nandversion=1.5.2
build=1sml
homepage="http://www.linux-mtd.infradead.org/"
desc="A collection of utiltiies for dealing with memory technology and NAND devices"
requires="lzo util-linux "
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
(
tar xf $srcdir/nand-utils-$nandversion.tar.?z*
cd nand-utils-$nandversion
fixbuilddirpermissions
)
}
build() {
./configure \
--prefix="" \
--sbindir=/bin \
--without-zstd
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
(
cd nand-utils-$nandversion
make
make install SBINDIR="/bin" MANDIR="/share/man" DESTDIR=$pkg
cp COPYING $pkgdocs/COPYING.nand-utils
)
mkfinalpkg
}
sha512sums="
5276509d847a099edccefb2f92a0bfc8e6811cf93f5b557198702219e72f578648a86cfa106be5f2767edb2d551fc8f56f143b826bb3e1eb98be9082367e0826 mtd-utils-2.1.1.tar.lz
8fe1a674dce4165ed242253b315c232a6cfccc07989c7ac943d460748597113ff1629e31152ac9f370624fd755620613efd4dfd270f3817e09a458e0b3d8f580 nand-utils-1.5.2.tar.lz
"