1 # Maintainer: Feng Wang <wanng.fenng AT gmail DOT com>
6 pkgdesc="LC++ is a library for logic programming in C++. Using LC++, C++ programmers can write declarative, Prolog-like code in their C++ programs. "
8 url="http://www.cc.gatech.edu/~yannis/lc++/"
11 source=("http://www.cc.gatech.edu/~yannis/lc++/LC++v1.0/prolog.h")
14 install -d $pkgdir/usr/include/FC++
15 chmod 644 $pkgdir/usr/include/FC++
18 install -m644 $srcdir/prolog.h $pkgdir/usr/include/FC++
21 md5sums=('cf00e58d2be4cecdf656078e78a003e8')