wok view ffmpegthumbnailer-dev/receipt @ rev 22879

updated graphicsmagick and graphicsmagick-dev (1.3.31 -> 1.3.34)
author Hans-G?nter Theisgen
date Sat Feb 22 14:51:20 2020 +0100 (2020-02-22)
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 }