summaryrefslogtreecommitdiff
path: root/repo/extra/fakeroot.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-10 18:57:26 +0000
committerdavidovski <david@davidovski.xyz>2022-01-10 18:57:26 +0000
commitd50c14859c9d0f6dbcdd8895682ca65245c4e278 (patch)
treeb10729b2e8f1406971550ca21dc3d98223c99baa /repo/extra/fakeroot.xibuild
parentfcee362d51239fce8d42f21dd8b625b9df463161 (diff)
moved fakeroots to tip
fakeroots are now in the tip repo fixed issues with automake
Diffstat (limited to 'repo/extra/fakeroot.xibuild')
-rw-r--r--repo/extra/fakeroot.xibuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/repo/extra/fakeroot.xibuild b/repo/extra/fakeroot.xibuild
deleted file mode 100644
index 650f18c..0000000
--- a/repo/extra/fakeroot.xibuild
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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
-}