diff --git a/base/acpid/acpid.SMBuild b/base/acpid/acpid.SMBuild index ffb4a2f..2d7bcee 100755 --- a/base/acpid/acpid.SMBuild +++ b/base/acpid/acpid.SMBuild @@ -1,8 +1,8 @@ app=acpid version=2.0.32 build=1sml -homepage='http://sourceforge.net/projects/acpid2/' -download='' +homepage="http://sourceforge.net/projects/acpid2/" +download="" desc="Tools and daemon for implementing ACPI standard on Linux" requires="musl" diff --git a/base/alsa-lib/alsa-lib.SMBuild b/base/alsa-lib/alsa-lib.SMBuild index 6918fe2..4e965e5 100755 --- a/base/alsa-lib/alsa-lib.SMBuild +++ b/base/alsa-lib/alsa-lib.SMBuild @@ -2,7 +2,7 @@ app=alsa-lib version=1.2.3.1 build=1sml homepage="http://alsa-project.org" -download='' +download="" desc="Advanced Linux Sound Architecture provides audio and MIDI functionality for Linux" requires="musl" diff --git a/base/alsa-utils/alsa-utils.SMBuild b/base/alsa-utils/alsa-utils.SMBuild index 6671db4..ec11c4e 100755 --- a/base/alsa-utils/alsa-utils.SMBuild +++ b/base/alsa-utils/alsa-utils.SMBuild @@ -1,10 +1,10 @@ app=alsa-utils version=1.2.3 build=1sml -homepage='http://alsa-project.org' -download='' +homepage="http://alsa-project.org" +download="" requires="netbsd-curses alsa-lib" -desc="Utilities for ALSA such as alsactl, amixer, alsamixer, aplay and arecord" +desc="Userland utilities for ALSA" build() { mkandenterbuilddir diff --git a/base/argon2/argon2.SMBuild b/base/argon2/argon2.SMBuild index a4d22fa..3b77699 100755 --- a/base/argon2/argon2.SMBuild +++ b/base/argon2/argon2.SMBuild @@ -14,8 +14,8 @@ build() { cd phc-winner-$app-$version fixbuilddirpermissions - make OPTTARGET='none' LIBRARY_REL='lib' PREFIX="/" - make OPTTARGET='none' LIBRARY_REL='lib' PREFIX="/" install DESTDIR=$pkg + make OPTTARGET="none" LIBRARY_REL="lib" PREFIX="/" + make OPTTARGET="none" LIBRARY_REL="lib" PREFIX="/" install DESTDIR=$pkg cp LICENSE $pkgdocs/ diff --git a/base/asciidoc/asciidoc.SMBuild b/base/asciidoc/asciidoc.SMBuild index fcd87dd..e62e940 100755 --- a/base/asciidoc/asciidoc.SMBuild +++ b/base/asciidoc/asciidoc.SMBuild @@ -2,7 +2,7 @@ app=asciidoc version=9.0.4 build=1sml homepage="https://github.com/asciidoc/asciidoc-py3" -download='' +download="" desc="Text document format for writing notes and documentation" requires="python3 libxslt docbook" diff --git a/base/automake/automake.SMBuild b/base/automake/automake.SMBuild index 344c4b8..8157881 100755 --- a/base/automake/automake.SMBuild +++ b/base/automake/automake.SMBuild @@ -1,8 +1,8 @@ app=automake version=1.16.1 build=1sml -homepage='https://www.gnu.org/software/automake' -download='https://ftp.gnu.org/gnu/automake/automake-1.16.1.tar.xz' +homepage="https://www.gnu.org/software/automake" +download="https://ftp.gnu.org/gnu/automake/automake-1.16.1.tar.xz" desc="GNU Makefile generator" requires="autoconf perl" diff --git a/base/bash-completion/bash-completion.SMBuild b/base/bash-completion/bash-completion.SMBuild index a84fbeb..e5f1e1e 100755 --- a/base/bash-completion/bash-completion.SMBuild +++ b/base/bash-completion/bash-completion.SMBuild @@ -1,8 +1,8 @@ app=bash-completion version=2.11 build=1sml -homepage='https://github.com/scop/bash-completion' -download='https://github.com/scop/bash-completion/archive/refs/tags/2.11.tar.gz' +homepage="https://github.com/scop/bash-completion" +download="https://github.com/scop/bash-completion/archive/refs/tags/2.11.tar.gz" requires="bash" desc="Programmable completion for the bash shell" diff --git a/base/bash/bash.SMBuild b/base/bash/bash.SMBuild index 547b7d0..1c2d7ae 100755 --- a/base/bash/bash.SMBuild +++ b/base/bash/bash.SMBuild @@ -1,8 +1,8 @@ app=bash version=5.0 build=1sml -homepage='https://www.gnu.org/software/bash/bash.html' -download='https://ftp.gnu.org/gnu/bash/bash-5.0.tar.gz' +homepage="https://www.gnu.org/software/bash/bash.html" +download="https://ftp.gnu.org/gnu/bash/bash-5.0.tar.gz" requires="netbsd-curses" desc="GNU Bourne-Again SHell" diff --git a/base/bison/bison.SMBuild b/base/bison/bison.SMBuild index 4dc7a6d..f7510f2 100755 --- a/base/bison/bison.SMBuild +++ b/base/bison/bison.SMBuild @@ -1,8 +1,8 @@ app=bison version=3.1 build=1sml -homepage='https://www.gnu.org/software/bison/bison.html' -download='https://ftp.gnu.org/gnu/bison/bison-3.1.tar.xz' +homepage="https://www.gnu.org/software/bison/bison.html" +download="https://ftp.gnu.org/gnu/bison/bison-3.1.tar.xz" desc="parser generator similar to yacc" requires="m4" diff --git a/base/boost/boost.SMBuild b/base/boost/boost.SMBuild index d42d572..a32e377 100755 --- a/base/boost/boost.SMBuild +++ b/base/boost/boost.SMBuild @@ -2,8 +2,8 @@ app=boost sversion=1_69_0 version="$(echo $sversion | sed 's@_@.@g')" build=1sml -homepage='https://www.boost.org/' -download='https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.bz2' +homepage="https://www.boost.org/" +download="https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.bz2" requires="bzip2 zlib findutils python3 icu xz" desc="Huge collection of free peer-reviewed portable C++ source libraries" diff --git a/base/bubblewrap/bubblewrap.SMBuild b/base/bubblewrap/bubblewrap.SMBuild index 9a2b953..3da5f57 100755 --- a/base/bubblewrap/bubblewrap.SMBuild +++ b/base/bubblewrap/bubblewrap.SMBuild @@ -1,8 +1,8 @@ app=bubblewrap version=0.4.1 build=1sml -homepage='https://github.com/containers/bubblewrap' -download='' +homepage="https://github.com/containers/bubblewrap" +download="" desc="Unprivileged sandboxing tool to reduce attack surfaces" requires="libcap" diff --git a/base/bzip2/bzip2.SMBuild b/base/bzip2/bzip2.SMBuild index 76c5fba..3ed8607 100755 --- a/base/bzip2/bzip2.SMBuild +++ b/base/bzip2/bzip2.SMBuild @@ -1,8 +1,8 @@ app=bzip2 version=1.0.6 build=1sml -homepage='https://sourceware.org/bzip2/' -download='https://sourceware.org/pub/bzip2/bzip2-1.0.6.tar.gz' +homepage="https://sourceware.org/bzip2/" +download="https://sourceware.org/pub/bzip2/bzip2-1.0.6.tar.gz" requires="musl" desc="block-sorting file compressor based on Burrows-Wheeler text compression algorithm" diff --git a/base/libmnl/libmnl.SMBuild b/base/libmnl/libmnl.SMBuild index ed69fbe..c120f53 100755 --- a/base/libmnl/libmnl.SMBuild +++ b/base/libmnl/libmnl.SMBuild @@ -1,9 +1,9 @@ app=libmnl version=1.0.4 build=1sml -homepage='http://www.netfilter.org/projects/libmnl/' -download='https://www.netfilter.org/pub/libmnl/libmnl-1.0.4.tar.bz2' -desc="user-space library oriented to Netlink developers" +homepage="http://www.netfilter.org/projects/libmnl/" +download="https://www.netfilter.org/pub/libmnl/libmnl-1.0.4.tar.bz" +desc="User-space library oriented to Netlink developers" requires="musl" build() { diff --git a/base/zsh/zsh.SMBuild b/base/zsh/zsh.SMBuild index 97acd45..18b3d36 100755 --- a/base/zsh/zsh.SMBuild +++ b/base/zsh/zsh.SMBuild @@ -2,7 +2,7 @@ app=zsh version=5.6.2 build=1sml homepage="http://www.zsh.org" -download='' +download="" requires="netbsd-curses gdbm" desc="Zsh is a UNIX command interpreter shell that resembles the Korn shell" diff --git a/extra/libass/libass.SMBuild b/extra/libass/libass.SMBuild index 9264a42..97ae226 100755 --- a/extra/libass/libass.SMBuild +++ b/extra/libass/libass.SMBuild @@ -1,9 +1,9 @@ app=libass version=0.14.0 build=1sml -homepage='http://code.google.com/p/libass/' -download='https://github.com/libass/libass/archive/refs/tags/0.14.0.tar.gz' -desc='Subtitle renderer for the ASS and SSA formats' +homepage="http://code.google.com/p/libass/" +download="https://github.com/libass/libass/archive/refs/tags/0.14.0.tar.gz" +desc="Subtitle renderer for the ASS and SSA formats" requires="glib nasm fribidi fontconfig freetype harfbuzz" build() { diff --git a/extra/rdesktop/rdesktop.SMBuild b/extra/rdesktop/rdesktop.SMBuild index 407a046..c31a46b 100755 --- a/extra/rdesktop/rdesktop.SMBuild +++ b/extra/rdesktop/rdesktop.SMBuild @@ -1,9 +1,9 @@ app=rdesktop version=1.9.0 build=1sml -homepage='http://www.rdesktop.org' -download='https://github.com/rdesktop/rdesktop/releases/download/v1.9.0/rdesktop-1.9.0.tar.gz' -desc='Remote Desktop Protocol (RDP) client to connect to Microsoft RDP Servers' +homepage="http://www.rdesktop.org" +download="https://github.com/rdesktop/rdesktop/releases/download/v1.9.0/rdesktop-1.9.0.tar.gz" +desc="Remote Desktop Protocol (RDP) client to connect to Microsoft RDP Servers" requires="zlib nettle alsa-lib libao libsamplerate libxcursor xrandr libxrandr" build() { diff --git a/extra/scrcpy/scrcpy.SMBuild b/extra/scrcpy/scrcpy.SMBuild index 228980a..7f45e3e 100755 --- a/extra/scrcpy/scrcpy.SMBuild +++ b/extra/scrcpy/scrcpy.SMBuild @@ -1,9 +1,9 @@ app=scrcpy version=1.16 build=1sml -homepage='https://github.com/Genymobile/scrcpy' -download='https://github.com/Genymobile/scrcpy/archive/refs/tags/v1.16.tar.gz' -desc='Lightweight display and control utility to interact with Android 5.1+ devices over USB or TCP/IP' +homepage="https://github.com/Genymobile/scrcpy" +download="https://github.com/Genymobile/scrcpy/archive/refs/tags/v1.16.tar.gz" +desc="Lightweight display and control utility to interact with Android 5.1+ devices over USB or TCP/IP" requires="meson sdl2 ffmpeg" build() { diff --git a/extra/sdl/sdl.SMBuild b/extra/sdl/sdl.SMBuild index 2b7f795..307eef7 100755 --- a/extra/sdl/sdl.SMBuild +++ b/extra/sdl/sdl.SMBuild @@ -1,9 +1,9 @@ app=sdl version=1.2.15 build=1sml -homepage='https://www.libsdl.org' -download='https://www.libsdl.org/release/SDL-1.2.5.tar.gz' -desc='C Library providing low-level I/O access to hardware devices via OpenGL and 2D framebuffer' +homepage="https://www.libsdl.org" +download="https://www.libsdl.org/release/SDL-1.2.5.tar.gz" +desc="C Library providing low-level I/O access to hardware devices via OpenGL and 2D framebuffer" requires="alsa-lib libx11 libxext libxrender glu mesa" build() { diff --git a/extra/sdl2/sdl2.SMBuild b/extra/sdl2/sdl2.SMBuild index 2a93424..5626a19 100755 --- a/extra/sdl2/sdl2.SMBuild +++ b/extra/sdl2/sdl2.SMBuild @@ -1,9 +1,9 @@ app=sdl2 version=2.0.8 build=1sml -homepage='https://www.sdl.org' -download='https://www.libsdl.org/release/SDL2-2.0.8.tar.gz' -desc='C Library providing low-level I/O access to hardware devices via OpenGL and 2D framebuffer' +homepage="https://www.sdl.org" +download="https://www.libsdl.org/release/SDL2-2.0.8.tar.gz" +desc="C Library providing low-level I/O access to hardware devices via OpenGL and 2D framebuffer" requires="alsa-lib libx11 libxcursor libxext libxrender libxinerama mesa" build() { diff --git a/gtk/libsigcpp/libsigcpp.SMBuild b/gtk/libsigcpp/libsigcpp.SMBuild index c1fda73..f4d9da2 100755 --- a/gtk/libsigcpp/libsigcpp.SMBuild +++ b/gtk/libsigcpp/libsigcpp.SMBuild @@ -6,7 +6,7 @@ version=2.9.3 build=1sml homepage="https://libsigcplusplus.github.io/libsigcplusplus/" download="https://download.gnome.org/sources/libsigc++/2.9/libsigc%2B%2B-2.9.3.tar.xz" -desc='Typesafe callback system for standard C++' +desc="Typesafe callback system for standard C++" requires="gcc-libs" build() {