summaryrefslogtreecommitdiff
path: root/repo/skip/fakeroot.xibuild
blob: c824193b114f3a9dbad5b2cbec2f7d5bd2f43c1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

MAKEDEPS="make "
DEPS="musl 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 
}