wok-current diff libedit-dev/receipt @ rev 25627
Patch sundown to use new gcc
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 04 19:37:09 2023 +0000 (16 months ago) |
parents | e888209936f1 |
children |
line diff
1.1 --- a/libedit-dev/receipt Tue Mar 03 15:20:49 2020 +0100 1.2 +++ b/libedit-dev/receipt Mon Sep 04 19:37:09 2023 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="BSD" 1.5 WEB_SITE="https://www.thrysoee.dk/editline/" 1.6 1.7 -SOURCE="libedit-20191231" 1.8 +SOURCE="libedit-20210910" 1.9 1.10 DEPENDS="pkg-config" 1.11 WANTED="libedit" 1.12 @@ -16,10 +16,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr 1.17 - mkdir -p $fs/usr/lib 1.18 - 1.19 - cp -a $install/usr/include $fs/usr 1.20 - cp -a $install/usr/lib/*a $fs/usr/lib 1.21 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 + get_dev_files 1.23 }