Enabled linking base/libpcap against libusb and libnl Added additional build options in base/libvpx and base/xkeyboard-config Disabled native language support in base/neon Removed vintage code from base/openssl,pkgtools, fixed code in base/pkgtools/installpkg Added spirv-headers, glslang-vulkan-sdk and libva to xorg Upgraded xorg/libpciaccess to 0.18.1 Added code to move stuff in /usr and elf binaries in /bin in several build files in base section
38 lines
821 B
Text
Executable file
38 lines
821 B
Text
Executable file
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
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"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix=/usr \
|
|
--bindir=/bin \
|
|
--enable-static=no \
|
|
--enable-shared=yes \
|
|
--with-ssl=openssl \
|
|
--disable-nls
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp README.md $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
760b4f0624d28411089af994db900c7ec5918050f273c3f5d2105c0e0bef4c5d496e4391e680ffc8047011534244283943a53e55174fbe048d3c258364622fc6 neon-0.31.2.tar.lz
|
|
"
|