wok-6.x diff taglib-dev/receipt @ rev 23015
updated libcap, libcap-dev and libcap-pam (2.24 -> 2.33)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 03 11:11:03 2020 +0100 (2020-03-03) |
parents | 69c80106a6af |
children | 63de22f6cf26 |
line diff
1.1 --- a/taglib-dev/receipt Sat Apr 05 22:48:39 2014 +0200 1.2 +++ b/taglib-dev/receipt Tue Mar 03 11:11:03 2020 +0100 1.3 @@ -1,23 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="taglib-dev" 1.7 -VERSION="1.7" 1.8 +VERSION="1.11.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Taglib devel files." 1.11 +SHORT_DESC="Taglib - development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 -WEB_SITE="http://developer.kde.org/~wheeler/taglib.html" 1.15 +WEB_SITE="https://taglib.org/" 1.16 + 1.17 +DEPENDS="pkg-config taglib" 1.18 WANTED="taglib" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 -DEPENDS="taglib pkg-config" 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 1.28 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.29 - cp -a $install/usr/include $fs/usr 1.30 - cp -a $install/usr/bin $fs/usr 1.31 + 1.32 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.33 + cp -a $install/usr/include $fs/usr 1.34 + cp -a $install/usr/bin $fs/usr 1.35 + 1.36 chmod +x $fs/usr/bin/* 1.37 }