--- trunk/extras/glu/glu-9.0.1-r1.smage2 2019/10/19 10:28:19 33195 +++ trunk/extras/glu/glu-9.0.1-r1.smage2 2019/10/19 10:30:03 33196 @@ -25,3 +25,9 @@ ) UP2DATE="updatecmd https://gitlab.freedesktop.org/mesa/glu/-/tags | highesttarball" + +src_prepare() +{ + munpack || die + mautoreconf || die +}