11 lines
179 B
Text
11 lines
179 B
Text
![]() |
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
|
||
|
}
|