wok annotate libxfcegui4-dev/receipt @ rev 20780

updated check and check-dev (0.9.14 -> 0.12.0)
author Hans-G?nter Theisgen
date Thu Feb 14 14:42:25 2019 +0100 (2019-02-14)
parents 8ed62ecac0c7
children c37ae188e486
rev   line source
erjo@2076 1 # SliTaz package receipt.
erjo@2076 2
erjo@2076 3 PACKAGE="libxfcegui4-dev"
pascal@15334 4 VERSION="4.10.0"
erjo@2076 5 CATEGORY="development"
erjo@2076 6 SHORT_DESC="Xfce Gtk Widget library dev files"
erjo@2076 7 MAINTAINER="erjo@slitaz.org"
pascal@14718 8 LICENSE="GPL2"
erjo@2076 9 WANTED="libxfcegui4"
pascal@20671 10 WEB_SITE="https://www.xfce.org"
erjo@2076 11
pascal@15597 12 DEPENDS="gtk+ libxfcegui4 libxfce4util-dev pkg-config"
pascal@14718 13
erjo@2076 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2076 15 genpkg_rules()
erjo@2076 16 {
erjo@2076 17 mkdir -p $fs/usr/lib \
erjo@2076 18 $fs/usr
erjo@2076 19
pascal@14718 20 cp -a $install/usr/include $fs/usr
pascal@14718 21 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@14718 22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
erjo@2076 23 }
erjo@2076 24