updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / cocom / PKGBUILD
blob8379078a94d7cb09b0440de641ee7f2c881f4647
1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer:  <ying@althonx4>
3 pkgname=cocom 
4 pkgver=0.996
5 pkgrel=1
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/"
8 arch=('i686' 'x86_64')
9 license=('GPL')
10 depends=()
11 makedepends=()
12 conflicts=()
13 replaces=()
14 backup=()
15 install=
16 source=(http://prdownloads.sourceforge.net/cocom/cocom-0.996.tar.gz)
17 md5sums=('c95c5504fd76f4e05c4155ed840cc756')
18 build() {
19   cd $startdir/src/$pkgname-$pkgver
20         mv REGEX .REGEX
21         ./configure --prefix=/usr
22         mv .REGEX REGEX
23         cd REGEX
24         ./configure --prefix=/usr
25         echo '\\end'|make
26         cd ../
27         make || return 1
28   make DESTDIR=$startdir/pkg install