wok annotate lirc-dev/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents 32267b369a16
children f1020832b94b
rev   line source
rcx@3717 1 # SliTaz package receipt.
rcx@3717 2
rcx@3717 3 PACKAGE="lirc-dev"
slaxemulator@9480 4 VERSION="0.9.0"
rcx@3717 5 CATEGORY="development"
rcx@3717 6 SHORT_DESC="lirc devel files."
rcx@3717 7 MAINTAINER="rcx@zoominternet.net"
pascal@15000 8 LICENSE="GPL2"
rcx@3717 9 WEB_SITE="http://www.lirc.org/"
rcx@3717 10 WANTED="lirc"
rcx@3717 11
pascal@15000 12 DEPENDS="lirc"
pascal@15000 13
rcx@3717 14 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3717 15 genpkg_rules()
rcx@3717 16 {
rcx@3717 17 mkdir -p $fs/usr/lib
pascal@15000 18 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15000 19 cp -a $install/usr/include $fs/usr
rcx@3717 20 }