Fixed missing and wrong quotes in required variables in some base pkg build files
Added subshell to part of base/bzip build file
This commit is contained in:
parent
5d96370bf5
commit
1d329acf36
11 changed files with 19 additions and 18 deletions
|
@ -29,10 +29,12 @@ build() {
|
||||||
install -m 0644 libbz2.so.1.0.6 $pkg/lib
|
install -m 0644 libbz2.so.1.0.6 $pkg/lib
|
||||||
|
|
||||||
cp LICEN?E $pkgdocs/
|
cp LICEN?E $pkgdocs/
|
||||||
|
|
||||||
cd $pkg/lib
|
(
|
||||||
ln -sf libbz2.so.1.0.6 libbz2.so.1.0
|
cd $pkg/lib
|
||||||
ln -sf libbz2.so.1.0.6 libbz2.so
|
ln -sf libbz2.so.1.0.6 libbz2.so.1.0
|
||||||
|
ln -sf libbz2.so.1.0.6 libbz2.so
|
||||||
|
)
|
||||||
|
|
||||||
mkfinalpkg
|
mkfinalpkg
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
app=ca-certificates
|
app=ca-certificates
|
||||||
version=20210308
|
version=20210308
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage='https://ftp.debian.org/debian/pool/main/c/ca-certificates/'
|
homepage="https://ftp.debian.org/debian/pool/main/c/ca-certificates/"
|
||||||
download=''
|
|
||||||
desc="PEM Files of CA Certificates"
|
desc="PEM Files of CA Certificates"
|
||||||
requires="musl curl"
|
requires="musl curl"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
app=gdbm
|
app=gdbm
|
||||||
version=1.18
|
version=1.18
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage=:https://www.gnu.org.ua/software/gdbm/"
|
homepage="https://www.gnu.org.ua/software/gdbm/"
|
||||||
download="https://ftp.gnu.org/gnu/gdbm/gdbm-$version.tar.gz"
|
download="https://ftp.gnu.org/gnu/gdbm/gdbm-$version.tar.gz"
|
||||||
desc="set of database routines that work similar to the standard UNIX dbm routines"
|
desc="set of database routines that work similar to the standard UNIX dbm routines"
|
||||||
requires="readline"
|
requires="readline"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
app=gmp
|
app=gmp
|
||||||
version=6.1.2
|
version=6.1.2
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage='https://gmplib.org/'
|
homepage="https://gmplib.org/"
|
||||||
download='https://gmplib.org/download/gmp/gmp-$version.tar.lz'
|
download="https://gmplib.org/download/gmp/gmp-$version.tar.lz"
|
||||||
desc="GNU multiple precision arithmetic library"
|
desc="GNU multiple precision arithmetic library"
|
||||||
requires="gcc-libs"
|
requires="gcc-libs"
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ app=gptfdisk
|
||||||
version=1.0.5
|
version=1.0.5
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage="http://sourceforge.net/projects/gptfdisk/"
|
homepage="http://sourceforge.net/projects/gptfdisk/"
|
||||||
download="https://sourceforge.net/projects/gptfdisk/files/gptfdisk/$version/gptfdisk-$version.tar.gz'
|
download="https://sourceforge.net/projects/gptfdisk/files/gptfdisk/$version/gptfdisk-$version.tar.gz"
|
||||||
desc="GPT fdisk utilities"
|
desc="GPT fdisk utilities"
|
||||||
requires="gcc-libs netbsd-curses popt util-linux"
|
requires="gcc-libs netbsd-curses popt util-linux"
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
app=jansson
|
app=jansson
|
||||||
version=2.13
|
version=2.13
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage='https://digip.org/jansson/'
|
homepage="https://digip.org/jansson/"
|
||||||
download='https://digip.org/jansson/releases/jansson-2.13.tar.bz2'
|
download="https://digip.org/jansson/releases/jansson-2.13.tar.bz2"
|
||||||
desc="library for encoding, decoding and manipulating JSON data"
|
desc="library for encoding, decoding and manipulating JSON data"
|
||||||
requires="musl"
|
requires="musl"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
app=libetpan
|
app=libetpan
|
||||||
version=1.9.4
|
version=1.9.4
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage="https://www.etpan.org/:
|
homepage="https://www.etpan.org/"
|
||||||
download="https://github.com/dinhvh/libetpan/archive/refs/tags/$version.tar.gz"
|
download="https://github.com/dinhvh/libetpan/archive/refs/tags/$version.tar.gz"
|
||||||
desc="Middleware library providing various APIs to access mail"
|
desc="Middleware library providing various APIs to access mail"
|
||||||
requires="gcc-libs db expat curl"
|
requires="gcc-libs db expat curl"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
app=libgpg-error
|
app=libgpg-error
|
||||||
version=1.39
|
version=1.39
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage='https://www.gnupg.org/software/libgpg-error/index.html'
|
homepage="https://www.gnupg.org/software/libgpg-error/index.html"
|
||||||
download='https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.39.tar.bz2'
|
download="https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-$version.tar.bz2"
|
||||||
desc="library that provides common error values and functions for all GnuPG components"
|
desc="library that provides common error values and functions for all GnuPG components"
|
||||||
requires="musl"
|
requires="musl"
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ app=neon
|
||||||
version=0.31.2
|
version=0.31.2
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage="https://notroj.github.io/neon/"
|
homepage="https://notroj.github.io/neon/"
|
||||||
download="https://notroj.github.io/neon/neon-$version.tar.gz'
|
download="https://notroj.github.io/neon/neon-$version.tar.gz"
|
||||||
desc="HTTP and WebDav client library with a C interface"
|
desc="HTTP and WebDav client library with a C interface"
|
||||||
requires="expat zlib openssl"
|
requires="expat zlib openssl"
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ version=1.6.6
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage="http://www.ivarch.com/programs/pv.shtml"
|
homepage="http://www.ivarch.com/programs/pv.shtml"
|
||||||
download="http://www.ivarch.com/programs/sources/pv-$version.tar.bz2"
|
download="http://www.ivarch.com/programs/sources/pv-$version.tar.bz2"
|
||||||
desc=Pipe Viewer for monitoring progress of data through pipeline"
|
desc="Pipe Viewer for monitoring progress of data through pipeline"
|
||||||
requires="musl"
|
requires="musl"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
app=toluapp
|
app=toluapp
|
||||||
version=1.0.93
|
version=1.0.93
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage='https://github.com/LuaDist/toluapp'
|
homepage="https://github.com/LuaDist/toluapp"
|
||||||
download="https://github.com/LuaDist/toluapp/archive/refs/tags/$version.tar.gz"
|
download="https://github.com/LuaDist/toluapp/archive/refs/tags/$version.tar.gz"
|
||||||
desc="tool to integrate C/C++ code with Lua"
|
desc="tool to integrate C/C++ code with Lua"
|
||||||
requires="lua"
|
requires="lua"
|
||||||
|
|
Loading…
Reference in a new issue