wok-current annotate libnotify-dev/receipt @ rev 25637

Add miss new packages (Py3Qt-x11-gpl and pycairo118)
author Stanislas Leduc <shann@slitaz.org>
date Mon Jan 15 22:12:34 2024 +0000 (11 months ago)
parents 083af5061d39
children 5926178cd6fa
rev   line source
erjo@1987 1 # SliTaz package receipt.
erjo@1987 2
erjo@1987 3 PACKAGE="libnotify-dev"
devl547@17594 4 VERSION="0.7.6"
erjo@1987 5 CATEGORY="utilities"
erjo@1987 6 SHORT_DESC="Notification library"
erjo@1987 7 MAINTAINER="fabrice.thiroux@free.fr"
pascal@14714 8 LICENSE="LGPL2.1"
pascal@25289 9 WEB_SITE="https://gitlab.gnome.org/GNOME/libnotify"
pankso@16379 10 HOST_ARCH="i486 arm"
erjo@1987 11
al@18968 12 WANTED="libnotify"
pascal@19774 13 DEPENDS="libnotify pkg-config gdk-pixbuf-dev glib-dev libgio-dev dbus-glib-dev"
pascal@14714 14
erjo@1987 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1987 16 genpkg_rules()
erjo@1987 17 {
al@18968 18 mkdir -p $fs/usr/lib
al@18968 19 cp -a $install/usr/include $fs/usr
al@18968 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
erjo@1987 21 }