wok-6.x diff rtmpdump-dev/receipt @ rev 22825
Up rage (0.3.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 07 12:27:53 2020 +0100 (2020-02-07) |
parents | fc9203de5ff2 |
children |
line diff
1.1 --- a/rtmpdump-dev/receipt Tue Feb 21 15:50:51 2017 +0100 1.2 +++ b/rtmpdump-dev/receipt Fri Feb 07 12:27:53 2020 +0100 1.3 @@ -1,21 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="rtmpdump-dev" 1.7 -VERSION="2.3" 1.8 +VERSION="2.4" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="The rtmpdump devel files." 1.11 +SHORT_DESC="The rtmpdump development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="https://rtmpdump.mplayerhq.hu/" 1.15 + 1.16 WANTED="rtmpdump" 1.17 -WEB_SITE="http://rtmpdump.mplayerhq.hu/" 1.18 1.19 -DEPENDS="rtmpdump pkg-config openssl-dev" 1.20 +DEPENDS="openssl-dev pkg-config rtmpdump" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/lib 1.26 - cp -a $install/usr/include $fs/usr 1.27 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.28 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.29 + 1.30 + cp -a $install/usr/include $fs/usr 1.31 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.32 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.33 }