wok-current diff libhandy-dev/receipt @ rev 25693

Up depends pkgs for cups, need to rebuild it for ssl 3.0
author Stanislas Leduc <shann@slitaz.org>
date Sun Mar 24 15:17:37 2024 +0000 (3 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libhandy-dev/receipt	Sun Mar 24 15:17:37 2024 +0000
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libhandy-dev"
     1.7 +VERSION="1.6.4"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Library with GTK widgets for mobile phones - development files."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="LGPL2.1"
    1.12 +WEB_SITE="https://gitlab.gnome.org/GNOME/libhandy"
    1.13 +
    1.14 +DEPENDS="libhandy"
    1.15 +WANTED="libhandy"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +        mkdir -p $fs/usr/lib
    1.21 +        mkdir -p $fs/usr/share
    1.22 +
    1.23 +        cp -a $install/usr/lib/pkgconfig        $fs/usr/lib
    1.24 +        cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
    1.25 +        cp -a $install/usr/share/gir-1.0        $fs/usr/share
    1.26 +        cp -a $install/usr/include              $fs/usr
    1.27 +}