public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] modified pccts ebuild
@ 2001-08-04  8:01 Peter Kadau
  2001-08-04  9:28 ` Dan Armak
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Kadau @ 2001-08-04  8:01 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 578 bytes --]

hi !
here is a slightly modified version of my last pccts ebuild.
no more "stat" messages during install.

ciao
peter

-----------------------------------------------------------------
peter kadau
email: peter.kadau@web.de
open source is no religion - it just produces the most reliable software
-----------------------------------------------------------------
_______________________________________________________________________
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
IhrName@web.de, 8MB Speicher, Verschluesselung - http://freemail.web.de

[-- Attachment #2: pccts-1.33.24-r2.ebuild --]
[-- Type: application/octet-stream, Size: 1614 bytes --]

# pccts-1.33.24-r2.ebuild
# Distributed under the terms of the GNU General Public License, v2 or later
# based on pccts-1.33.24.ebuild, written by:
# Frédéric Brin <duckx@libertysurf.fr>, Jonas Berlin <jonas@berlin.vg>
# Author: Peter Kadau <peter.kadau@web.de>
# $HEADER$

A="pccts133mr24.zip"
S=${WORKDIR}/pccts
DESCRIPTION="An embedded C/C++ parser generator"
SRC_URI="http://www.polhode.com/${A}"
HOMEPAGE="http://www.polhode.com/"

DEPEND="app-arch/unzip"
RDEPEND=""

src_unpack() {
	unpack ${A}

	patch -p0 <${FILESDIR}/${PF}-gentoo.diff
}

src_compile() {
	try make MAKE="make ${MAKEOPTS}" COPT="${CFLAGS}"
}

src_install() {



	# main binaries
	exeinto /usr/bin
	doexe bin/{antlr,dlg,genmk,sor}

	# .c and .cpp files go into /usr/include/pccts also, 
	# because genmk looks for them for being included in output-files
	# (which are c/c++) generated from grammar-files
	# right now i include _everything_ just to make sure
	# it doesn't break pccts-based projects
	# 
	# if i dive further into the details of genmk.c
	# it should be possible to put that stuff into /usr/share/pccts
	#
	# the M$ and MAC specific stuff gets _not_ included
	#
	# main includes
	insinto /usr/include/pccts
	doins h/*.{h,c,cpp}

	# sorcerer includes
	insinto /usr/include/pccts/sorcerer/include
	doins sorcerer/h/*.h

	# sorcerer libraries
	insinto /usr/include/pccts/sorcerer/lib
	doins sorcerer/lib/*.{h,c,cpp}

	# documentation
	# leaving out the M$ and MAC stuff
	dodoc CHANGES* KNOWN_PROBLEMS* README RIGHTS history.txt history.ps
	dodoc sorcerer/README sorcerer/UPDATES	

	# manual pages
	doman dlg/dlg.1 antlr/antlr.1
}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] modified pccts ebuild
  2001-08-04  8:01 [gentoo-dev] modified pccts ebuild Peter Kadau
@ 2001-08-04  9:28 ` Dan Armak
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Armak @ 2001-08-04  9:28 UTC (permalink / raw
  To: gentoo-dev

On Saturday 04 August 2001 17:00, you wrote:
> hi !
> here is a slightly modified version of my last pccts ebuild.
> no more "stat" messages during install.
>
> ciao
> peter
>

OK, put in incoming.


-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-04 15:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-04  8:01 [gentoo-dev] modified pccts ebuild Peter Kadau
2001-08-04  9:28 ` Dan Armak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox