summaryrefslogtreecommitdiff
path: root/data/file/make.sh
blob: 579e6daaaef8cff6ed806a8ea4fea1c1fcdead70 (plain)
1
2
3
4
5
6
7
8
9
10
pkg:extract
mv * native
pkg:extract
cd native
./configure
make
cd ../!(native)
pkg:configure
make FILE_COMPILE="$(pwd)/../native/src/file"
pkg:install