wok annotate udisks-dev/receipt @ rev 25031

Add fatcat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 20 09:25:51 2022 +0000 (2022-05-20)
parents fc9203de5ff2
children 73f36875e5a7
rev   line source
monghitri@14135 1 # SliTaz package receipt.
monghitri@14135 2
monghitri@14135 3 PACKAGE="udisks-dev"
Hans-G?nter@23713 4 VERSION="1.0.5"
monghitri@14135 5 CATEGORY="development"
Hans-G?nter@23713 6 SHORT_DESC="The Udisks development files."
monghitri@14135 7 MAINTAINER="pankso@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
monghitri@14135 9 WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks"
monghitri@14135 10
Hans-G?nter@23713 11 DEPENDS="pkg-config udisks"
Hans-G?nter@23713 12 WANTED="udisks"
pascal@19774 13
monghitri@14135 14 # Rules to gen a SliTaz package suitable for Tazpkg.
monghitri@14135 15 genpkg_rules()
monghitri@14135 16 {
monghitri@14135 17 mkdir -p $fs/usr/share
Hans-G?nter@23713 18 cp -a $install/usr/share/pkgconfig $fs/usr/share
monghitri@14135 19 }