openwrt/tools/fakeroot/Makefile

33 lines
730 B
Makefile
Raw Normal View History

#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=fakeroot
tools/fakeroot: update to 1.33 fakeroot (1.33-1) unstable; urgency=medium * New upstream version. - Patch from Samuel Thibault to add renameat2 support. closes: #1061257. -- Clint Adams <clint@debian.org> Sun, 21 Jan 2024 11:56:06 -0500 fakeroot (1.32.2-1) unstable; urgency=medium * New upstream version. - Romanian man page translation from Remus-Gabriel Chelu. closes: #1055386. - patch from Rudi Heitbaum to add missing wrapped.h dependency. closes: #1041674. -- Clint Adams <clint@debian.org> Mon, 06 Nov 2023 07:15:47 -0500 fakeroot (1.32.1-1) unstable; urgency=medium * New upstream version. * Updated German translation from Chris Leick. closes: #1032206. * Patch from John Paul Adrian Glaubitz to add build profile to allow bootstrapping. closes: #1040828. -- Clint Adams <clint@debian.org> Wed, 12 Jul 2023 09:59:17 -0400 fakeroot (1.32-1) unstable; urgency=medium * New upstream version. -- Clint Adams <clint@debian.org> Mon, 10 Jul 2023 09:14:43 -0400 fakeroot (1.31-1) unstable; urgency=medium * New upstream version. - patch from Johannes Schauer Marin Rodrigues to not use temporary file in chown test. closes: #1026132. -- Clint Adams <clint@debian.org> Mon, 06 Feb 2023 10:12:11 -0500 fakeroot (1.30.1-1) unstable; urgency=medium * New upstream version. - fixes and extends time64 support to fstatat64. closes: #1023286. -- Clint Adams <clint@debian.org> Thu, 03 Nov 2022 15:04:55 -0400 fakeroot (1.30-1) unstable; urgency=medium * New upstream version. - tries to cope with time64 on 32-bit architectures. closes: #1023286. * Drop kludge for glibc 2.33. -- Clint Adams <clint@debian.org> Wed, 02 Nov 2022 20:17:56 -0400 Link: https://github.com/openwrt/openwrt/pull/15746 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-06-18 15:02:54 +00:00
PKG_VERSION:=1.33
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
PKG_SOURCE_URL:=@DEBIAN/pool/main/f/fakeroot
tools/fakeroot: update to 1.33 fakeroot (1.33-1) unstable; urgency=medium * New upstream version. - Patch from Samuel Thibault to add renameat2 support. closes: #1061257. -- Clint Adams <clint@debian.org> Sun, 21 Jan 2024 11:56:06 -0500 fakeroot (1.32.2-1) unstable; urgency=medium * New upstream version. - Romanian man page translation from Remus-Gabriel Chelu. closes: #1055386. - patch from Rudi Heitbaum to add missing wrapped.h dependency. closes: #1041674. -- Clint Adams <clint@debian.org> Mon, 06 Nov 2023 07:15:47 -0500 fakeroot (1.32.1-1) unstable; urgency=medium * New upstream version. * Updated German translation from Chris Leick. closes: #1032206. * Patch from John Paul Adrian Glaubitz to add build profile to allow bootstrapping. closes: #1040828. -- Clint Adams <clint@debian.org> Wed, 12 Jul 2023 09:59:17 -0400 fakeroot (1.32-1) unstable; urgency=medium * New upstream version. -- Clint Adams <clint@debian.org> Mon, 10 Jul 2023 09:14:43 -0400 fakeroot (1.31-1) unstable; urgency=medium * New upstream version. - patch from Johannes Schauer Marin Rodrigues to not use temporary file in chown test. closes: #1026132. -- Clint Adams <clint@debian.org> Mon, 06 Feb 2023 10:12:11 -0500 fakeroot (1.30.1-1) unstable; urgency=medium * New upstream version. - fixes and extends time64 support to fstatat64. closes: #1023286. -- Clint Adams <clint@debian.org> Thu, 03 Nov 2022 15:04:55 -0400 fakeroot (1.30-1) unstable; urgency=medium * New upstream version. - tries to cope with time64 on 32-bit architectures. closes: #1023286. * Drop kludge for glibc 2.33. -- Clint Adams <clint@debian.org> Wed, 02 Nov 2022 20:17:56 -0400 Link: https://github.com/openwrt/openwrt/pull/15746 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-06-18 15:02:54 +00:00
PKG_HASH:=e157d8e5c64d3a755707791e9be93296c6d249d5c4478bf941b675d49c47757d
PKG_LICENSE:=GPL-3.0-or-later
PKG_LICENSE_FILES:=COPYING
PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/host-build.mk
HOST_CONFIGURE_VARS += \
ac_cv_header_sys_capability_h=no \
ac_cv_func_capset=no \
CPP="$(HOSTCC) -E"
HOST_CONFIGURE_ARGS += \
--with-ipc=tcp
define Host/Uninstall
-$(call Host/Compile/Default,uninstall)
endef
$(eval $(call HostBuild))