summaryrefslogtreecommitdiff
path: root/repo/skip/fakechroot.xibuild
blob: 73e8acb05db02d9ca932910cca7849634aca0ec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

MAKEDEPS=(make )
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 
}