wok annotate xosd-dev/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents 2b654b7123d5
children ad0bc3efbf37
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"
pascal@20421 9 WEB_SITE="https://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 }