1 # Maintainer: Jens Staal <staal1978@gmail.com>
6 pkgdesc="A C++ to C converter"
9 url="http://www.softwarepreservation.org/projects/c_plus_plus/index.html#cfront"
10 depends=('pcc' 'cpio') # pcc only needed if you set CC=pcc
11 source=('http://www.softwarepreservation.org/projects/c_plus_plus/cfront/release_3.0.3/source/cfront_3_0_3.tgz' 'makefile.patch')
12 md5sums=('6fba75b782ddcec1d8bc4b6dac8c5df9' '2e4bae47c43ccb07b1f727ed029cf3f7')
16 msg "setting up build directories"
18 mv $srcdir/C++\ $pkgver $srcdir/build
19 chmod -R 777 $srcdir/build
20 cd $srcdir/build/source
21 patch -p0 $srcdir/build/source/makefile -i $srcdir/makefile.patch
22 # CC can be changed to whatever you like
27 cd $srcdir/build/source