wok diff garcon-dev/receipt @ rev 25805
created recipe for xfce4-weather-plugin
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 15:24:31 2024 +0100 (2 months ago) |
parents | cfb29dc98daa |
children |
line diff
1.1 --- a/garcon-dev/receipt Sun Dec 15 09:13:38 2019 +0000 1.2 +++ b/garcon-dev/receipt Wed Nov 13 15:24:31 2024 +0100 1.3 @@ -3,21 +3,16 @@ 1.4 PACKAGE="garcon-dev" 1.5 VERSION="0.4.0" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="Xfce menu devel files" 1.8 +SHORT_DESC="Xfce menu - development files." 1.9 MAINTAINER="erjo@slitaz.org" 1.10 LICENSE="LGPL2" 1.11 -WANTED="garcon" 1.12 WEB_SITE="https://www.xfce.org" 1.13 1.14 DEPENDS="garcon pkg-config" 1.15 +WANTED="garcon" 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg. 1.18 genpkg_rules() 1.19 { 1.20 - mkdir -p $fs/usr/lib 1.21 - 1.22 - cp -a $install/usr/lib/*.la $fs/usr/lib 1.23 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.24 - cp -a $install/usr/include $fs/usr 1.25 + get_dev_files 1.26 } 1.27 -