wok diff udisks2-dev/receipt @ rev 24081
php-auth-pam: remove patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 09 16:30:40 2021 +0000 (2021-07-09) |
parents | 96fd065ed4ea |
children | 73f36875e5a7 |
line diff
1.1 --- a/udisks2-dev/receipt Sun Oct 26 19:07:05 2014 +0200 1.2 +++ b/udisks2-dev/receipt Fri Jul 09 16:30:40 2021 +0000 1.3 @@ -1,24 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="udisks2-dev" 1.7 -VERSION="2.1.3" 1.8 +VERSION="2.1.8" 1.9 CATEGORY="development" 1.10 SHORT_DESC="D-Bus service to access and manipulate storage devices (development)" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks" 1.14 + 1.15 WANTED="udisks2" 1.16 - 1.17 -DEPENDS="glib-dev libffi-dev libgio-dev pcre-dev udisks2" 1.18 +DEPENDS="udisks2 libgio-dev glib-dev" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - mkdir -p $fs/usr/lib $fs/usr/share 1.24 - 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 - cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib 1.29 - cp -a $install/usr/share/gir-1.0 $fs/usr/share 1.30 + cook_copy_files *.h *.a *.la *.pc *.typelib *.gir 1.31 }