wok-current diff fbpanel/receipt @ rev 16244
adminer: fix php name
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 03 09:13:34 2014 +0000 (2014-04-03) |
parents | 1ae5963f23df |
children | a002e9484225 |
line diff
1.1 --- a/fbpanel/receipt Wed Aug 14 18:02:00 2013 +0000 1.2 +++ b/fbpanel/receipt Thu Apr 03 09:13:34 2014 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Fbpanel is a lightweight GTK2-based panel for UNIX desktop." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gtk+" 1.8 -BUILD_DEPENDS="gtk+-dev" 1.9 +LICENSE="MIT" 1.10 TARBALL="$PACKAGE-$VERSION.tbz2" 1.11 WEB_SITE="http://fbpanel.sourceforge.net/" 1.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="gtk+" 1.15 +BUILD_DEPENDS="gtk+-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -23,9 +25,9 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 - cp -a $_pkg/usr/lib $fs/usr 1.26 - cp -a $_pkg/usr/share $fs/usr 1.27 + cp -a $install/usr/bin $fs/usr 1.28 + cp -a $install/usr/lib $fs/usr 1.29 + cp -a $install/usr/share $fs/usr 1.30 # Custom config file 1.31 cp -a $stuff/default $fs/usr/share/fbpanel 1.32 }