public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Ebuild for Bangla Font support in Gentoo Linux
Date: Mon, 11 Aug 2003 07:55:38 -0400	[thread overview]
Message-ID: <200308110755.38873.vapier@gentoo.org> (raw)
In-Reply-To: <87ekzsip7p.fsf@HotPOP.com>

On Monday 11 August 2003 04:16, Archan wrote:
> SRC_BASE="http://savannah.nongnu.org/download/freebangfont"
> SRC_URI="${SRC_BASE}/Akaash.pkg/0.8.5/Akaash-0.8.5.tar.gz
> 	${SRC_BASE}/Ani.pkg/0.8.0/Ani-0.8.0.tar.gz
> 	${SRC_BASE}/Likhan.pkg/0.5/Likhan-0.5.tar.gz
> 	${SRC_BASE}/Sagar.pkg/0.6.0/Sagar-0.60.tar.gz"

might it be useful to split the pkg since each font appears to be version 
tracked separately ?

> src_unpack() {
> 	cd ${S}
> 	for gz in ${A}; do
> 		tar -xzf ${DISTDIR}/${gz}
> 	done
> }

i think if you deleted this function all together the ebuild would work just 
fine

> 	doins ${S}/Akaash/*ttf
> 	doins ${S}/ani/*ttf
> 	doins ${S}/Likhan-0.5/*ttf
> 	doins ${S}/Sagar/*ttf

since the default working directory of src_install is ${S}, you dont need to 
prefix each of these paths

other than that, it looks good ... kind of cool to support Sanskrit based 
languages ... wonder if we have nepali support hiding somewhere ...
-mike

--
gentoo-dev@gentoo.org mailing list


      reply	other threads:[~2003-08-11 11:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-11  8:16 [gentoo-dev] Ebuild for Bangla Font support in Gentoo Linux Archan
2003-08-11 11:55 ` Mike Frysinger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200308110755.38873.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox