summaryrefslogtreecommitdiff
path: root/repo/skip/fakeroot.xibuild
blob: 650f18c1b6e2eabf2db57a6d8290de0847f9cad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 
}