wok view ffmpegthumbnailer-dev/receipt @ rev 14652

Add licenses, just for the seed (for example). Anyone can delete this.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 04 22:20:53 2013 +0000 (2013-06-04)
parents
children 01010da01a4a
line source
1 # SliTaz package receipt.
3 PACKAGE="ffmpegthumbnailer-dev"
4 VERSION="2.0.8"
5 CATEGORY="development"
6 SHORT_DESC="Development files for ffmpegthumbnailer"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPLv2"
9 WEB_SITE="http://code.google.com/p/ffmpegthumbnailer/"
11 WANTED="ffmpegthumbnailer"
12 DEPENDS="ffmpegthumbnailer"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 }