wok-current annotate udisks2-dev/receipt @ rev 25629

Mass updates for current
author Stanislas Leduc <shann@slitaz.org>
date Wed Oct 11 18:45:46 2023 +0000 (11 months ago)
parents 73f36875e5a7
children
rev   line source
monghitri@14125 1 # SliTaz package receipt.
monghitri@14125 2
monghitri@14125 3 PACKAGE="udisks2-dev"
al@19536 4 VERSION="2.1.8"
monghitri@14125 5 CATEGORY="development"
al@17280 6 SHORT_DESC="D-Bus service to access and manipulate storage devices (development)"
monghitri@14125 7 MAINTAINER="pankso@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pascal@25540 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/udisks"
al@19536 10
monghitri@14125 11 WANTED="udisks2"
al@19536 12 DEPENDS="udisks2 libgio-dev glib-dev"
pascal@15598 13
monghitri@14125 14 # Rules to gen a SliTaz package suitable for Tazpkg.
monghitri@14125 15 genpkg_rules()
monghitri@14125 16 {
shann@25629 17 cook_copy_files *.h *.pc *.typelib *.gir
monghitri@14125 18 }