Re: Magnifying Glass

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


Thanks chadi, I just found and read this in the Cookbook - receipts
page. I knew there had to be an easier way.

Paul

On Sat, 2008-07-26 at 16:43 +0000, Chadi El Ahmad wrote:
> You can use the variable $SOURCE. Then $src and the other variables
> will be set properly to $SOURCE-$VERSION. Check the source code of
> /usr/bin/tazwok for more details.
> 
> PACKAGE="magnifier"
> SOURCE="magnifier-linux"
> VERSION="3.3.1"
> CATEGORY="utilities"
> SHORT_DESC="screen magnifier"
> MAINTAINER="paul@xxxxxxxxxx"
> TARBALL="$SOURCE-$VERSION.tar.bz2"
> ......etc......
> 
> Instead of providing the .desktop  file separately as it is not
> included in the archive, you can generate it in the genpkg_rules()
> genpkg_rules()
> {
> 	cat > $_pkg/usr/share/applications/magnifier.desktop <<EOF
> [Desktop Entry]
> Encoding=UTF-8
> Name=Magnifying Glass
> Name[fr]=Loupe
> Comment=Screen Magnifier.
> Exec=vmg
> Icon=icon3.png
> Type=Application
> Categories=Utility;
> EOF
> ......etc......
> 
> 
> Regards
> Chadi.
> 
> 
> On Sat, Jul 26, 2008 at 3:44 PM, Paul Issott <paul@xxxxxxxxxxxxxxxxxxx> wrote:
> > Hi guys, I've just finished receipt and it seems to install OK.
> >
> > However I've had to hack the receipt because of a non-standard $TARBALL
> > name. Is there an easier way to do this?
> >
> > Thanks
> >
> > Paul
> >
> 
> ---
> SliTaz GNU/Linux Mailing list - http://www.slitaz.org/
> 



---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/