wok annotate libdshconfig-dev/receipt @ rev 23801

created recipes for xcb-util-cursor and xcb-util-cursor-dev
author Hans-G?nter Theisgen
date Sun May 24 07:21:45 2020 +0100 (2020-05-24)
parents
children 73f36875e5a7
rev   line source
pascal@22685 1 # SliTaz package receipt.
pascal@22685 2
pascal@22685 3 PACKAGE="libdshconfig-dev"
pascal@22685 4 VERSION="0.20.9"
pascal@22685 5 CATEGORY="development"
pascal@22685 6 SHORT_DESC="Config file parser used by dsh, development files"
pascal@22685 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@22685 8 LICENSE="GPL2"
pascal@22685 9 WEB_SITE="http://www.netfort.gr.jp/~dancer/software/dsh.html.en"
pascal@22685 10 WANTED="libdshconfig"
pascal@22685 11
pascal@22685 12 DEPENDS="libdshconfig"
pascal@22685 13
pascal@22685 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@22685 15 genpkg_rules()
pascal@22685 16 {
pascal@22685 17 mkdir -p $fs/usr/lib
pascal@22685 18 cp -a $install/usr/lib/*a $fs/usr/lib
pascal@22685 19 cp -a $install/usr/include $fs/usr
pascal@22685 20 }