New package: newlisp-10.3.3.
This commit is contained in:
parent
fe88a0754b
commit
94a26afe44
4
srcpkgs/newlisp/newlisp.rshlibs
Normal file
4
srcpkgs/newlisp/newlisp.rshlibs
Normal file
|
@ -0,0 +1,4 @@
|
|||
libm.so.6
|
||||
libdl.so.2
|
||||
libreadline.so.6
|
||||
libc.so.6
|
30
srcpkgs/newlisp/template
Normal file
30
srcpkgs/newlisp/template
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'newlisp'
|
||||
pkgname=newlisp
|
||||
version=10.3.3
|
||||
distfiles="http://www.newlisp.org/downloads/$pkgname-$version.tgz"
|
||||
short_desc="Lisp-like, general-purpose scripting language"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3, zlib, $pkgname"
|
||||
checksum=91b19907efe1c74073ebae939b41a307561ffb879d4f1b8d95155fb3a2d91afe
|
||||
long_desc="
|
||||
newLISP is a Lisp-like, general-purpose scripting language. It is especially
|
||||
well-suited for applications in AI, web search, natural language processing,
|
||||
and machine learning. Because of its small resource requirements, newLISP
|
||||
is also excellent for embedded systems applications. Most of the functions
|
||||
you will ever need are already built in. This includes networking functions,
|
||||
support for distributed and parallel processing, and Bayesian statistics."
|
||||
|
||||
Add_dependency build readline-devel
|
||||
|
||||
do_build() {
|
||||
./configure && make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/bin
|
||||
vmkdir usr/share/man/man1
|
||||
make bindir=$DESTDIR/usr/bin datadir=$DESTDIR/usr/share \
|
||||
mandir=$DESTDIR/usr/share/man install
|
||||
vmove usr/share/doc/$pkgname/COPYING \
|
||||
usr/share/licenses/$pkgname
|
||||
}
|
Loading…
Reference in New Issue
Block a user