summaryrefslogtreecommitdiff
path: root/repo/tip/fakechroot.xibuild
blob: 2b9560bd72a710fce7cf0b809b9c56b4a5efe274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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 
}