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 16, 2024
1 parent f370ca3 commit 75cc43a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions gpkg/cppdap/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DCPPDAP_USE_EXTERNAL_NLOHMANN_JSON_PACKAGE=ON
-DBUILD_SHARED_LIBS=ON
"

1 change: 1 addition & 0 deletions gpkg/jsoncpp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DJSONCPP_WITH_TESTS=OFF
-DCCACHE_FOUND=OFF
"

1 change: 1 addition & 0 deletions gpkg/libgraphite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DGRAPHITE2_COMPARE_RENDERER=OFF
-DGRAPHITE2_VM_TYPE=direct
"

1 change: 1 addition & 0 deletions gpkg/libiconv/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ termux_step_post_make_install() {
mv $TERMUX_PREFIX/include/libiconv-d/* $TERMUX_PREFIX/include
rm -fr $TERMUX_PREFIX/include/libiconv-d
}

1 change: 1 addition & 0 deletions gpkg/libnghttp2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ TERMUX_PKG_SRCURL=https://github.com/nghttp2/nghttp2/releases/download/v${TERMUX
TERMUX_PKG_SHA256=4a68a3040da92fd9872c056d0f6b0cd60de8410de10b578f8ade9ecc14d297e0
TERMUX_PKG_DEPENDS="glibc"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-lib-only"

1 change: 1 addition & 0 deletions gpkg/libogg/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ TERMUX_PKG_VERSION=1.3.5
TERMUX_PKG_SRCURL=https://github.com/xiph/ogg/releases/download/v${TERMUX_PKG_VERSION}/libogg-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705
TERMUX_PKG_DEPENDS="glibc"

1 change: 1 addition & 0 deletions gpkg/make/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ termux_step_make_install() {
make -j 1 install
fi
}

1 change: 1 addition & 0 deletions gpkg/rhash/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ TERMUX_PKG_CONFFILES="glibc/etc/rhashrc"
termux_step_post_make_install() {
make -C librhash install-lib-headers install-lib-shared install-so-link
}

0 comments on commit 75cc43a

Please sign in to comment.