repo/expat/build

7 lines
No EOL
182 B
Text
Executable file

curl -# http://downloads.sourceforge.net/expat/expat-2.1.0.tar.gz
tar -xf expat-2.1.0.tar.gz
cd expat-2.1.0
./configure --prefix=/usr --disable-static
make
make DESTDIR="$1" install