1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer: <ying@althonx4>
6 pkgdesc="COCOM, a tool set oriented to the creation of compilers, cross-compilers, interpreters, and other language processors. The distribution also contains interpreter of language DINO as an example of the tool set usage. The tool set is aimed to use on Unixes of different flavors. In ANSI C."
7 url="http://cocom.sourceforge.net/"
16 source=(http://prdownloads.sourceforge.net/cocom/cocom-0.996.tar.gz)
17 md5sums=('c95c5504fd76f4e05c4155ed840cc756')
19 cd $startdir/src/$pkgname-$pkgver
21 ./configure --prefix=/usr
24 ./configure --prefix=/usr
28 make DESTDIR=$startdir/pkg install