wok diff x264-dev/receipt @ rev 23039
updated libgooglepinyin and libgooglepinyin-dev (0.1.1 -> 0.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 04 09:31:52 2020 +0100 (2020-03-04) |
parents | eed68127093d |
children | 03d5034fa3d8 |
line diff
1.1 --- a/x264-dev/receipt Wed May 18 15:51:24 2016 +0200 1.2 +++ b/x264-dev/receipt Wed Mar 04 09:31:52 2020 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="x264-dev" 1.7 -VERSION="20160517-2245" 1.8 +VERSION="20191105-2245" 1.9 CATEGORY="development" 1.10 MAINTAINER="jozee@slitaz.org" 1.11 LICENSE="GPL2" 1.12 -SHORT_DESC="x264 devel files" 1.13 +SHORT_DESC="x264 - development files." 1.14 WEB_SITE="http://www.videolan.org/developers/x264.html" 1.15 + 1.16 WANTED="x264" 1.17 SOURCE="$WANTED-snapshot" 1.18 1.19 @@ -16,7 +17,8 @@ 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/lib 1.23 - cp -a $src/*.*a $fs/usr/lib 1.24 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.25 - cp -a $install/usr/include $fs/usr 1.26 + 1.27 + cp -a $src/*.*a $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 }