Commit 865a7c0d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf shared-mime-info-1.9.tar.xz
cd shared-mime-info-1.9 && ./configure --prefix=/usr
$(MAKE) -C shared-mime-info-1.9
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C shared-mime-info-1.9 check ; \
fi
$(MAKE) -C shared-mime-info-1.9 install
rm -rf shared-mime-info-1.9
bin
/usr/bin/.*
/usr/share/mime/.*
locale
/usr/share/locale/.*
man
/usr/share/man/.*
pkg
/usr/share/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