Commit ab70c2fe authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf libpipeline-1.5.0.tar.gz
cd libpipeline-1.5.0 && PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --build=$(CLFS_TARGET) --prefix=/usr
$(MAKE) -C libpipeline-1.5.0
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C libpipeline-1.5.0 check ; \
fi
$(MAKE) -C libpipeline-1.5.0 install
rm -rf libpipeline-1.5.0
headers
/usr/include/.*
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