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

33 lines
717 B
Text
Executable file

app=neon
version=0.31.2
build=1sml
homepage="https://notroj.github.io/neon/"
download="https://notroj.github.io/neon/neon-$version.tar.gz"
desc="HTTP and WebDav client library with a C interface"
requires="expat zlib openssl"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--enable-static=no \
--enable-shared=yes \
--with-ssl=openssl
make
make install DESTDIR=$pkg
cp README.md $pkgdocs/
mkfinalpkg
}
sha512sums="
760b4f0624d28411089af994db900c7ec5918050f273c3f5d2105c0e0bef4c5d496e4391e680ffc8047011534244283943a53e55174fbe048d3c258364622fc6 neon-0.31.2.tar.lz
"