You need to sign in or sign up before continuing.
Commit e2c48cdd authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf XML-Parser-2.44.tar.gz
cd XML-Parser-2.44 && perl Makefile.PL
$(MAKE) -C XML-Parser-2.44
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C XML-Parser-2.44 test ; \
fi
$(MAKE) -C XML-Parser-2.44 install
rm -rf XML-Parser-2.44
lib
/usr/lib/.*
man
/usr/share/man/.*
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