eth0s/toolchain/39-expat

11 lines
179 B
Text
Raw Normal View History

name=expat
version=2.2.7
source=(https://prdownloads.sourceforge.net/expat/expat-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}