Commit ce37fddf authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
target all: LC_ALL=$(SYSTEM_LOCALE)
all:
tar xf xorgproto-2018.4.tar.bz2
cd xorgproto-2018.4 && mkdir build
cd xorgproto-2018.4/build && meson --prefix=$(XORG_PREFIX)
cd xorgproto-2018.4/build && ninja
cd xorgproto-2018.4/build && ninja install
cd xorgproto-2018.4/build && install -vdm 755 $(XORG_PREFIX)/share/doc/xorgproto-2018.4
cd xorgproto-2018.4/build && install -vm 644 ../[^m]*.txt ../PM_spec $(XORG_PREFIX)/share/doc/xorgproto-2018.4
rm -rf xorgproto-2018.4
headers
/usr/include/.*
pkg
/usr/share/pkgconfig/.*
doc
/usr/share/doc/.*
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