wok-current diff libuninameslist-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 | 60bae8a22f66 |
children | a23978bfa665 |
line diff
1.1 --- a/libuninameslist-dev/receipt Thu Mar 12 16:32:44 2020 +0100 1.2 +++ b/libuninameslist-dev/receipt Mon Sep 04 19:37:09 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libuninameslist-dev" 1.7 -VERSION="20190701" 1.8 +VERSION="20211114" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Development files for libuninameslist." 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 @@ -14,9 +14,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib 1.17 - 1.18 - cp -a $install/usr/include $fs/usr 1.19 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.20 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.21 + get_dev_files 1.22 }