From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3847 invoked by uid 1002); 11 Aug 2003 11:55:37 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 26297 invoked from network); 11 Aug 2003 11:55:36 -0000 From: Mike Frysinger Reply-To: vapier@gentoo.org To: gentoo-dev@gentoo.org Date: Mon, 11 Aug 2003 07:55:38 -0400 User-Agent: KMail/1.5.2 References: <87ekzsip7p.fsf@HotPOP.com> In-Reply-To: <87ekzsip7p.fsf@HotPOP.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308110755.38873.vapier@gentoo.org> Subject: Re: [gentoo-dev] Ebuild for Bangla Font support in Gentoo Linux X-Archives-Salt: ef5c5cb4-7892-48ba-b206-d110720a0825 X-Archives-Hash: 20af0d5cb28d2d5994aff89dc8c0d490 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