wok-next rev 179
Xpad receipt cleaned (generic files are automaticly copied now)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 02 13:25:56 2008 +0100 (2008-02-02) |
parents | cdac43c3f44f |
children | b320922a9117 |
files | xpad/receipt |
line diff
1.1 --- a/xpad/receipt Sat Feb 02 01:23:02 2008 +0100 1.2 +++ b/xpad/receipt Sat Feb 02 13:25:56 2008 +0100 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="xpad" 1.6 VERSION="2.12" 1.7 -CATEGORY="extra" 1.8 +CATEGORY="utilities" 1.9 SHORT_DESC="Desktop note pad using GTK+ toolkit." 1.10 MAINTAINER="pankso@slitaz.org" 1.11 DEPENDS="gtk+" 1.12 @@ -10,6 +10,7 @@ 1.13 WEB_SITE="http://xpad.sourceforge.net/" 1.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 JWM_MENU='Utilities:<Program icon="xpad.png" label="Xpad">xpad</Program>' 1.16 +HANDBOOK_URL='http://www.slitaz.org/doc/handbook/utilities.html#xpad' 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 @@ -24,9 +25,7 @@ 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr/share/locale/fr 1.25 + mkdir -p $fs/usr 1.26 cp -a $_pkg/usr/bin $fs/usr 1.27 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.28 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.29 strip -s $fs/usr/bin/* 1.30 }