forked from kiss-community/repo
libdrm: unbundle python-docutils
This commit is contained in:
parent
063b998360
commit
8a301e0a78
@ -1,22 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Setup docutils to generate manual pages.
|
||||
{
|
||||
cd docutils
|
||||
|
||||
python setup.py build
|
||||
python setup.py install \
|
||||
--root="$PWD/../dist"
|
||||
|
||||
cd ../dist/usr/lib/python*/site-packages
|
||||
|
||||
PYTHONPATH=$PWD:$(python -c "import sys;print(':'.join(sys.path))")
|
||||
|
||||
cd -; cd ..
|
||||
export PATH="$PWD/dist/usr/bin:$PATH"
|
||||
export PYTHONPATH
|
||||
}
|
||||
|
||||
meson \
|
||||
--prefix=/usr \
|
||||
-Dvalgrind=disabled \
|
||||
|
@ -1,2 +1 @@
|
||||
7fd7eb2967f63beb4606f22d50e277d993480d05ef75dd88a9bd8e677323e5e1
|
||||
33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6
|
||||
|
@ -2,3 +2,4 @@ libpciaccess
|
||||
linux-headers make
|
||||
meson make
|
||||
pkgconf make
|
||||
python-docutils make
|
||||
|
@ -1,2 +1 @@
|
||||
https://dri.freedesktop.org/libdrm/libdrm-VERSION.tar.xz
|
||||
https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.19.tar.gz docutils
|
||||
|
Loading…
Reference in New Issue
Block a user