wok-6.x diff leafpad/receipt @ rev 1355
Fix: image?agick-dev typos.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Sep 06 15:50:51 2008 +0200 (2008-09-06) |
parents | eb4e6a1af180 |
children | 0c1406e714da |
line diff
1.1 --- a/leafpad/receipt Thu Mar 13 10:38:19 2008 +0000 1.2 +++ b/leafpad/receipt Sat Sep 06 15:50:51 2008 +0200 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="GTK simple text editor." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="gtk+" 1.7 +BUILD_DEPENDS="gtk+-dev" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://tarot.freeshell.org/leafpad/" 1.10 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" 1.11 @@ -22,19 +23,13 @@ 1.12 $CONFIGURE_ARGS 1.13 make 1.14 make DESTDIR=$PWD/_pkg install 1.15 + # no xpm (5 ko) 1.16 + rm _pkg/usr/share/pixmaps/*.xpm 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p \ 1.23 - $fs/usr/share/applications \ 1.24 - $fs/usr/share/pixmaps \ 1.25 - $fs/usr/share/locale 1.26 + mkdir -p $fs/usr 1.27 cp -a $_pkg/usr/bin $fs/usr 1.28 - cp -a $_pkg/usr/share/pixmaps/leafpad.png $fs/usr/share/pixmaps 1.29 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.30 - strip -s $fs/usr/bin/* 1.31 - # Freedesktop entry 1.32 - cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications 1.33 }