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

31 lines
658 B
Text
Executable file

app=nano
version=3.2
build=1sml
homepage="http://www.nano-editor.org"
download="https://www.nano-editor.org/dist/v3/nano-$version.tar.xz"
desc="Nano's ANOther editor, an enhanced free Pico clone"
requires="file netbsd-curses"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-nls
make
make install DESTDIR=$pkg
cp COPYING* $pkgdocs/
mkfinalpkg
}
sha512sums="
8fce9cf85a4663a4a8961887b8c6f37ca8b3caf0ab1fc69ff1e7f8ce7452807e9f1b2851fffec9e281e46631d1ac127392d774e01bd310b42db97a4f7824e55e nano-3.2.tar.lz
"