Skip to content

Commit

Permalink
build some pkgs to apt
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython committed Jan 17, 2024
1 parent 0ddaba9 commit d4ae1b6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions gpkg/bash-completion/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_RM_AFTER_INSTALL="
glibc/share/bash-completion/completions/makepkg
"

1 change: 1 addition & 0 deletions gpkg/gdbm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/gdbm/gdbm-${TERMUX_PKG_VERSION}
TERMUX_PKG_SHA256=74b1081d21fff13ae4bd7c16e5d6e504a4c26f7cde1dca0d963a484174bbcacd
TERMUX_PKG_DEPENDS="readline-glibc"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-libgdbm-compat"

1 change: 1 addition & 0 deletions gpkg/libbz2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ termux_step_make_install() {
sed -e "s|@TERMUX_PREFIX@|$TERMUX_PREFIX|g" \
${TERMUX_PKG_BUILDER_DIR}/bzip2.pc > $TERMUX_PREFIX/lib/pkgconfig/bzip2.pc
}

1 change: 1 addition & 0 deletions gpkg/libdb/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
termux_step_pre_configure() {
TERMUX_PKG_SRCDIR=$TERMUX_PKG_SRCDIR/dist
}

1 change: 1 addition & 0 deletions gpkg/libedit/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ TERMUX_PKG_SRCURL=https://thrysoee.dk/editline/libedit-${TERMUX_PKG_VERSION}.tar
TERMUX_PKG_SHA256=4ee8182b6e569290e7d1f44f0f78dac8716b35f656b76528f699c69c98814dad
TERMUX_PKG_DEPENDS="ncurses-glibc"
TERMUX_PKG_RM_AFTER_INSTALL="glibc/share/man/man3/history.3"

1 change: 1 addition & 0 deletions gpkg/mpdecimal/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ termux_step_pre_configure() {
CFLAGS+=" -fno-stack-protector"
fi
}

1 change: 1 addition & 0 deletions gpkg/python/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ termux_step_make_install() {
install -m755 Tools/i18n/{msgfmt,pygettext}.py ${TERMUX_PREFIX}/lib/python${_MAJOR_VERSION}/Tools/i18n/
install -m755 Tools/scripts/{README,*py} ${TERMUX_PREFIX}/lib/python${_MAJOR_VERSION}/Tools/scripts/
}

0 comments on commit d4ae1b6

Please sign in to comment.