wok-current diff lxpanel-dev/receipt @ rev 14898
slitaz-menus: add Polish and Ukrainian languages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jul 30 09:25:10 2013 +0300 (2013-07-30) |
parents | 0b73c72d760b |
children | 7896f0694ef6 |
line diff
1.1 --- a/lxpanel-dev/receipt Wed Jul 25 09:15:48 2012 +0000 1.2 +++ b/lxpanel-dev/receipt Tue Jul 30 09:25:10 2013 +0300 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxpanel-dev" 1.7 -VERSION="0.5.10" 1.8 +VERSION="0.5.12" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="LXpanel devel files." 1.11 +SHORT_DESC="Development files for LXpanel" 1.12 MAINTAINER="pankso@slitaz.org" 1.13 +WEB_SITE="http://www.lxde.org/" 1.14 + 1.15 WANTED="lxpanel" 1.16 -WEB_SITE="http://www.lxde.org/" 1.17 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/lib 1.22 + cp -a $install/usr/include $fs/usr 1.23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.24 - cp -a $install/usr/include $fs/usr 1.25 }