You are not logged in.

#1 2004-12-19 20:56:32

SavageMessiah
Member
Registered: 2004-03-20
Posts: 76

gpp - generic preprocessor

I was just goofing around with this and made a package for convenience.

From the site

GPP is a general-purpose preprocessor with customizable syntax, suitable for a wide range of preprocessing tasks. Its independence from any one programming language makes it much more versatile than the C preprocessor (cpp), while its syntax is lighter and more flexible than that of GNU m4. There are built-in macros for use with C/C++, LaTeX, HTML, XHTML, and Prolog files.

GPP is Free Software. It is distributed under the terms of the GNU Lesser General Public Licence.

pkgname=gpp
pkgver=2.24
pkgrel=1
pkgdesc="Generic Preprocessor"
url="http://www.nothingisreal.com/gpp/"
license="http://www.gnu.org/copyleft/lesser.html"
source=("http://www.nothingisreal.com/gpp/$pkgname-$pkgver.tar.bz2")
md5sums=("f04c2a23312ab3d0c462c7972d1c6aa6")

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Offline

Board footer

Powered by FluxBB