From 3455ab363f2d618e9e962d05b875fd43b995d7b3 Mon Sep 17 00:00:00 2001 From: Karchnu Date: Fri, 23 Apr 2021 19:57:35 +0200 Subject: [PATCH] Update fakeroot recipe --- recipes/fakeroot/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes/fakeroot/Makefile b/recipes/fakeroot/Makefile index 161afa7..5d89090 100644 --- a/recipes/fakeroot/Makefile +++ b/recipes/fakeroot/Makefile @@ -3,6 +3,7 @@ version = 1.25.3 release = 0 URL = http://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_$(version).orig.tar.gz url = "https://packages.debian.org/fakeroot" + arch="all" license="GPL-3.0-or-later" @@ -10,12 +11,9 @@ pkgdesc="Gives a fake root environment, useful for building packages as a non-pr patches != ls *.patch -dependencies = util-linux -build-dependencies = nasm linux-dev util-linux-dev - makedepends_build = libtool autoconf automake po4a makedepends_host = libcap-dev acl-dev linux-headers -makedepends = $(makedepends_build) $(makedepends_host) +build-dependencies = $(makedepends_build) $(makedepends_host) CONFIG_SHELL = /bin/sh export CONFIG_SHELL