summaryrefslogtreecommitdiff
path: root/scons/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2021-10-24 23:10:50 +1100
committerDanny Rawlins <contact@romster.me>2021-10-25 01:52:52 +1100
commitaa720a24c4fd48ee38df72b91c1eae1f276badc5 (patch)
treecd4f01e2bdde7b302e780effee9a7cb3bc37505f /scons/Pkgfile
parent5cd18be84177247ec6d368c181b7b7d22c6c9e8d (diff)
downloadopt-aa720a24c4fd48ee38df72b91c1eae1f276badc5.tar.gz
opt-aa720a24c4fd48ee38df72b91c1eae1f276badc5.tar.xz
scons: 4.1.0 -> 4.2.0
Diffstat (limited to 'scons/Pkgfile')
-rw-r--r--scons/Pkgfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/scons/Pkgfile b/scons/Pkgfile
index 510d2d6af..be845d772 100644
--- a/scons/Pkgfile
+++ b/scons/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: python3-setuptools
name=scons
-version=4.1.0
+version=4.2.0
release=1
source=(https://github.com/SCons/scons/archive/$version/$name-$version.tar.gz)
@@ -12,9 +12,11 @@ build() {
cd $name-$version
# manpage install is completely broken
- sed -i -e '/build\/doc\/man/d' setup.cfg
+ sed -e 's/bdist_wheel/bdist/g' -i SConstruct
+ /usr/bin/python3 scripts/scons.py --include-dir= -j1
+ cp -av build/doc/man/* .
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --skip-build --optimize=1 \
- --install-data=/usr/share
+ --install-data=/usr/share/man/man1/
}

Generated by cgit