wok-current diff tazdev/receipt @ rev 25701
Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Apr 19 12:48:51 2024 +0000 (6 months ago) |
parents | 7e911016a644 |
children |
line diff
1.1 --- a/tazdev/receipt Tue Jul 06 11:01:20 2021 +0000 1.2 +++ b/tazdev/receipt Fri Apr 19 12:48:51 2024 +0000 1.3 @@ -21,6 +21,13 @@ 1.4 xargs wget -O - 2>/dev/null | sed '/rev /!d;s|.*rev ||;s| .*||' 1.5 } 1.6 1.7 +# Rules to configure and make the package. 1.8 +compile_rules() 1.9 +{ 1.10 + cd $src 1.11 + patch -p1 < $stuff/current_version.patch 1.12 +} 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 {