summaryrefslogtreecommitdiff
path: root/repo/extra/fakechroot.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/fakechroot.xibuild
parentfcee362d51239fce8d42f21dd8b625b9df463161 (diff)
moved fakeroots to tip
fakeroots are now in the tip repo fixed issues with automake
Diffstat (limited to 'repo/extra/fakechroot.xibuild')
-rw-r--r--repo/extra/fakechroot.xibuild13
1 files changed, 0 insertions, 13 deletions
diff --git a/repo/extra/fakechroot.xibuild b/repo/extra/fakechroot.xibuild
deleted file mode 100644
index 2b9560b..0000000
--- a/repo/extra/fakechroot.xibuild
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-DEPS=(sh perl)
-
-SOURCE=https://github.com/dex4er/fakechroot
-DESC="Gives a fake chroot environment"
-
-build () {
- ./autogen.sh
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG_DEST install
-}