wok-next view lirc-dev/receipt @ rev 19130
Add: gst-ffmpeg-small, gst-plugins-good-extra. midori-video: up depends
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun May 15 00:13:18 2016 +0300 (2016-05-15) |
parents | 32267b369a16 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="lirc-dev"
4 VERSION="0.9.0"
5 CATEGORY="development"
6 SHORT_DESC="lirc devel files."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.lirc.org/"
10 WANTED="lirc"
12 DEPENDS="lirc"
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/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }