libgpg-error: Fix compiling with uclibc
[openadk.git] / package / fakeroot / Makefile
blob3900198b37c390306e63de97fb305a86ad27dfa3
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= fakeroot
7 PKG_VERSION:= 1.20.2
8 PKG_RELEASE:= 1
9 PKG_HASH:= 7c0a164d19db3efa9e802e0fc7cdfeff70ec6d26cdbdc4338c9c2823c5ea230c
10 PKG_DESCR:= fake root permissions
11 PKG_SECTION:= sys/utils
12 PKG_SITES:= http://http.debian.net/debian/pool/main/f/fakeroot/
13 HOST_BUILDDEP:= libcap-host
15 PKG_CFLINE_FAKEROOT:= depends on ADK_HOST_ONLY
17 DISTFILES:= $(PKG_NAME)_$(PKG_VERSION).orig.tar.bz2
19 include $(ADK_TOPDIR)/mk/host.mk
20 include $(ADK_TOPDIR)/mk/package.mk
22 $(eval $(call HOST_template,FAKEROOT,fakeroot,$(PKG_VERSION)-${PKG_RELEASE}))
24 fakeroot-install:
25 $(INSTALL_DIR) $(IDIR_FAKEROOT)/usr/bin
26 $(INSTALL_BIN) $(WRKINST)/usr/bin/fakeroot \
27 $(IDIR_FAKEROOT)/usr/bin
29 include $(ADK_TOPDIR)/mk/host-bottom.mk
30 include $(ADK_TOPDIR)/mk/pkg-bottom.mk