61bc27b90ec37326b7484ec099f1a6cb2a0a67c4
[openwrt/staging/mkresin.git] / tools / fakeroot / Makefile
1 #
2 # This is free software, licensed under the GNU General Public License v2.
3 # See /LICENSE for more information.
4 #
5 include $(TOPDIR)/rules.mk
6
7 PKG_NAME:=fakeroot
8 PKG_VERSION:=1.25.3
9 PKG_RELEASE:=1
10
11 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
12 PKG_SOURCE_URL:=@DEBIAN/pool/main/f/fakeroot
13 PKG_HASH:=8e903683357f7f5bcc31b879fd743391ad47691d4be33d24a76be3b6c21e956c
14 PKG_LICENSE:=GPL-3.0-or-later
15 PKG_LICENSE_FILES:=COPYING
16 PKG_FIXUP:=autoreconf
17
18 include $(INCLUDE_DIR)/host-build.mk
19
20 HOST_CONFIGURE_VARS += \
21 ac_cv_header_sys_capability_h=no \
22 ac_cv_func_capset=no
23
24 HOST_CONFIGURE_ARGS += \
25 --with-ipc=tcp
26
27 $(eval $(call HostBuild))