wok-current diff ffmpegthumbnailer-dev/receipt @ rev 14379
Move from undigest: faenza-icon-theme-emblems fbpdf ffmpegthumbnailer-dev ffmpegthumbnailer foobillardplus-music foobillardplus gnucash hg-git moserial ptxdist re-alpine sbackup slib tumbler-dev tumbler vfu
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 22 21:54:08 2013 +0200 (2013-04-22) |
parents | |
children | 01010da01a4a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ffmpegthumbnailer-dev/receipt Mon Apr 22 21:54:08 2013 +0200 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ffmpegthumbnailer-dev" 1.7 +VERSION="2.0.8" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Development files for ffmpegthumbnailer" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPLv2" 1.12 +WEB_SITE="http://code.google.com/p/ffmpegthumbnailer/" 1.13 + 1.14 +WANTED="ffmpegthumbnailer" 1.15 +DEPENDS="ffmpegthumbnailer" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/lib 1.21 + cp -a $install/usr/include $fs/usr 1.22 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.23 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.24 +}