wok view ffmpegthumbnailer-dev/receipt @ rev 24892

Down libtmp (1.1.17), 1.1.19 doesn't detect smartphones (?)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 07 15:38:15 2022 +0000 (2022-04-07)
parents 8fbf7857f679
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ffmpegthumbnailer-dev"
4 VERSION="2.2.2"
5 CATEGORY="development"
6 SHORT_DESC="Development files for ffmpegthumbnailer."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/dirkvdb/ffmpegthumbnailer"
11 DEPENDS="ffmpegthumbnailer pkg-config"
12 WANTED="ffmpegthumbnailer"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }