wok diff alsa-lib-dev/receipt @ rev 25164
updated python-antlr (3.5.2 -> 3.5.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 01 10:50:21 2022 +0100 (2022-07-01) |
parents | 0b02213fe0a1 |
children |
line diff
1.1 --- a/alsa-lib-dev/receipt Mon Jun 01 09:10:42 2020 +0000 1.2 +++ b/alsa-lib-dev/receipt Fri Jul 01 10:50:21 2022 +0100 1.3 @@ -1,23 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="alsa-lib-dev" 1.7 -VERSION="1.2.2" 1.8 +VERSION="1.2.7" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Alsa sound libraries devel files." 1.11 +SHORT_DESC="Alsa sound libraries - development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 -WANTED="alsa-lib" 1.15 -WEB_SITE="http://www.alsa-project.org/" 1.16 -HOST_ARCH="i486 arm" 1.17 +WEB_SITE="https://www.alsa-project.org/" 1.18 1.19 DEPENDS="alsa-lib pkg-config" 1.20 +WANTED="alsa-lib" 1.21 + 1.22 +HOST_ARCH="i486 arm" 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 - mkdir -p $fs/usr/lib $fs/usr/share 1.28 - cp -a $install/usr/include $fs/usr 1.29 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.30 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.31 - cp -a $install/usr/share/aclocal $fs/usr/share 1.32 + cook_copy_folders aclocal 1.33 + cook_copy_folders include 1.34 + cook_copy_folders pkgconfig 1.35 + cook_copy_files *.*a 1.36 }