From d50c14859c9d0f6dbcdd8895682ca65245c4e278 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 10 Jan 2022 18:57:26 +0000 Subject: moved fakeroots to tip fakeroots are now in the tip repo fixed issues with automake --- repo/tip/fakeroot.xibuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 repo/tip/fakeroot.xibuild (limited to 'repo/tip/fakeroot.xibuild') diff --git a/repo/tip/fakeroot.xibuild b/repo/tip/fakeroot.xibuild new file mode 100644 index 0000000..650f18c --- /dev/null +++ b/repo/tip/fakeroot.xibuild @@ -0,0 +1,12 @@ +#!/bin/bash + +DEPS=(glibc filesystem sed sh util-linux) + +SOURCE=https://github.com/mackyle/fakeroot +DESC="Tool for simulating a superuser environment" + +build () { + ./configure --prefix=/usr + make + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1