smlinux/base/less/less.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

36 lines
1,020 B
Text
Executable file

app=less
version=471
build=1sml
homepage="https://www.greenwoodsoftware.com/less/"
download="https://www.greenwoodsoftware.com/less/less-$version.tar.gz"
desc="File pager similar to more"
requires="netbsd-curses"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
applypatch $srcdir/less.patch
applypatch $srcdir/less-implicit.patch
LDFLAGS="-static" \
./configure \
--prefix="" \
make
make install DESTDIR=$pkg
cp COPYING LICENSE $pkgdocs/
mkfinalpkg
}
sha512sums="
16822a461cf8dd4f0ebecf48da555c0c583640e5e7c16dc1361c7397dc32ece37ea40a4e31dd7b9264054ec65fb7ea04f34b6fe5d4c3a14ad726bfdef1f8d582 less-471.tar.lz
b4b79a40d85a604a35071d17b00deb0cea787b267fc00a658b3558388f31feafd7c12191bb1e59f1e505be5380abe9fdeb9b3e8fc4317192ca2312164fbcb5cf less-implicit.patch
88c69cefe9af0c355cc8f06c83c4ef069b22ad7a11b38278c7a066f67d21081becb0df129536ddbadc3f4afe43aa9c230cf9ef528b69045b8abb5db9ab5dccd8 less.patch
"