wok-current diff udisks2-dev/receipt @ rev 18480
syslinux: fix post-install when upgrade the package
No more "XXXXXXXX" here, so post_install() fails
No more "XXXXXXXX" here, so post_install() fails
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Oct 08 03:44:14 2015 +0300 (2015-10-08) |
parents | 3af9c976b7d4 |
children | 52fc64fb8fee |
line diff
1.1 --- a/udisks2-dev/receipt Thu Dec 05 12:49:52 2013 +0000 1.2 +++ b/udisks2-dev/receipt Thu Oct 08 03:44:14 2015 +0300 1.3 @@ -1,21 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="udisks2-dev" 1.7 -VERSION="1.94.0" 1.8 +VERSION="2.1.3" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="The Udisks devel files." 1.11 +SHORT_DESC="D-Bus service to access and manipulate storage devices (development)" 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks" 1.15 WANTED="udisks2" 1.16 -WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks" 1.17 1.18 -DEPENDS="pkg-config" 1.19 +DEPENDS="glib-dev libffi-dev libgio-dev pcre-dev udisks2" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr/lib 1.25 + mkdir -p $fs/usr/lib $fs/usr/share 1.26 + 1.27 + cp -a $install/usr/include $fs/usr 1.28 cp -a $install/usr/lib/*.*a $fs/usr/lib 1.29 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 - cp -a $install/usr/include $fs/usr 1.31 + cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib 1.32 + cp -a $install/usr/share/gir-1.0 $fs/usr/share 1.33 }