forked from alnux/repo
7 lines
179 B
Text
7 lines
179 B
Text
|
wget 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
|