Commit 3f962bf4 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf expat-2.2.5.tar.bz2
cd expat-2.2.5 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --disable-static
$(MAKE) -C expat-2.2.5
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C expat-2.2.5 check ; \
fi
$(MAKE) -C expat-2.2.5 install
cd expat-2.2.5 && install -v -m755 -d /usr/share/doc/expat-2.2.5
cd expat-2.2.5 && install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-2.2.5
rm -rf expat-2.2.5
bin
/usr/bin/.*
headers
/usr/include/.*
doc
/usr/share/doc/.*
man
/usr/share/man/.*
lib
/usr/lib/lib.*
pkg
/usr/lib/pkgconfig/.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment