wok annotate xosd-dev/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents
children 86790a278e70
rev   line source
al@19675 1 # SliTaz package receipt.
al@19675 2
al@19675 3 PACKAGE="xosd-dev"
al@19675 4 VERSION="2.2.14"
al@19675 5 CATEGORY="development"
al@19675 6 SHORT_DESC="Light on screen display tool, development files"
al@19675 7 MAINTAINER="al.bobylev@gmail.com"
al@19675 8 LICENSE="GPL2"
al@19675 9 WEB_SITE="http://sourceforge.net/projects/libxosd/"
al@19675 10
al@19675 11 WANTED="xosd"
al@19675 12 DEPENDS="xosd xorg-dev"
al@19675 13
al@19675 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19675 15 genpkg_rules()
al@19675 16 {
al@19675 17 cook_copy_files xosd-config *.h *.*a *.m4
al@19675 18 }