mirror of
https://github.com/urbit/shrub.git
synced 2024-12-23 02:41:35 +03:00
15 lines
224 B
Bash
15 lines
224 B
Bash
|
source $setup
|
||
|
|
||
|
tar -xf $src
|
||
|
cd *
|
||
|
|
||
|
./configure --host=$host --prefix=$out $configureFlags
|
||
|
|
||
|
make
|
||
|
|
||
|
make install.{libs,includes,data}
|
||
|
|
||
|
# TODO Why do I need to do this?
|
||
|
mkdir -p $out/lib/pkgconfig
|
||
|
cp misc/*.pc $out/lib/pkgconfig
|