Skip to content

Commit

Permalink
rebuild some pkgs (#187)
Browse files Browse the repository at this point in the history
gpkg/libmicrohttpd
gpkg/giflib
  • Loading branch information
Maxython authored Jan 17, 2024
1 parent aeab573 commit b08d4b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions gpkg/giflib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A library for reading and writing gif images"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux-pacman"
TERMUX_PKG_VERSION=5.2.1
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/giflib-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=31da5562f44c5f15d63340a09a4fd62b48c45620cd302f77a6d9acf0077879bd
TERMUX_PKG_DEPENDS="glibc"
Expand Down
2 changes: 0 additions & 2 deletions gpkg/giflib/giflib-utils.subpackage.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
TERMUX_SUBPKG_DESCRIPTION="A set of utilities that comes with giflib package"
TERMUX_SUBPKG_CONFLICTS="giflib (<< 5.1.4-4)"

TERMUX_SUBPKG_INCLUDE="
glibc/bin/
glibc/share/man/"
5 changes: 5 additions & 0 deletions gpkg/libmicrohttpd/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A small C library that is supposed to make it easy to ru
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux-pacman"
TERMUX_PKG_VERSION=0.9.77
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=9e7023a151120060d2806a6ea4c13ca9933ece4eacfc5c9464d20edddb76b0a0
TERMUX_PKG_DEPENDS="libgnutls-glibc"
Expand All @@ -15,3 +16,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--enable-messages
--with-pic
"

termux_step_pre_configure() {
LDFLAGS+=" -lbrotlicommon"
}

0 comments on commit b08d4b4

Please sign in to comment.