wok view udisks2-dev/receipt @ rev 23473
updated python-couchdbkit (0.6.2 -> 0.6.5)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 14:51:37 2020 +0100 (2020-04-05) |
parents | 96fd065ed4ea |
children | 73f36875e5a7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="udisks2-dev"
4 VERSION="2.1.8"
5 CATEGORY="development"
6 SHORT_DESC="D-Bus service to access and manipulate storage devices (development)"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks"
11 WANTED="udisks2"
12 DEPENDS="udisks2 libgio-dev glib-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_files *.h *.a *.la *.pc *.typelib *.gir
18 }