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

Initial commit

parents
all:
tar xf gperf-3.1.tar.gz
cd gperf-3.1 && ./configure --prefix=/usr --docdir=/usr/share/doc/gperf-3.1
$(MAKE) -C gperf-3.1
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C gperf-3.1 -j1 check ; \
fi
$(MAKE) -C gperf-3.1 install
rm -rf gperf-3.1
bin
/usr/bin/.*
doc
/usr/share/doc/.*
info
/usr/share/info/.*
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