wok diff consolekit2-dev/receipt @ rev 25696
created recipe for dool
author | Hans-G?nter Theisgen |
---|---|
date | Sat May 11 17:17:55 2024 +0100 (6 months ago) |
parents | 19d60fc3dcfe |
children |
line diff
1.1 --- a/consolekit2-dev/receipt Sun May 05 11:18:34 2019 +0100 1.2 +++ b/consolekit2-dev/receipt Sat May 11 17:17:55 2024 +0100 1.3 @@ -1,10 +1,10 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="consolekit2-dev" 1.7 -VERSION="1.2.1" 1.8 +VERSION="1.2.4" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="ConsoleKit framework - development files." 1.11 -MAINTAINER="developer@slitaz.org" 1.12 +MAINTAINER="maintainer@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="https://github.com/Consolekit2/ConsoleKit2" 1.15 LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/consolekit.html" 1.16 @@ -15,10 +15,7 @@ 1.17 1.18 genpkg_rules() 1.19 { 1.20 - mkdir -p $fs/usr/lib 1.21 - 1.22 - cp -a $install/usr/include $fs/usr 1.23 - cp -a $install/usr/lib/lib* $fs/usr/lib 1.24 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.25 + cook_copy_folders include 1.26 + cook_copy_folders pkgconfig 1.27 + cook_copy_files *.*a 1.28 } 1.29 -