New package: muparser-2.2.5
This commit is contained in:
parent
7318a6cd57
commit
c411fe26be
|
@ -2148,3 +2148,4 @@ libpugixml.so.1 pugixml-1.6_1
|
||||||
libnewt.so.0.52 newt-0.52.18_1
|
libnewt.so.0.52 newt-0.52.18_1
|
||||||
libgeany.so.0 geany-1.25_1
|
libgeany.so.0 geany-1.25_1
|
||||||
libctpl.so.2 ctpl-0.3.4_1
|
libctpl.so.2 ctpl-0.3.4_1
|
||||||
|
libmuparser.so.2 muparser-2.2.5_1
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
muparser
|
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'muparser'
|
||||||
|
pkgname=muparser
|
||||||
|
version=2.2.5
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="A fast mathematical expression parser library"
|
||||||
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://muparser.beltoforion.de/"
|
||||||
|
distfiles="https://github.com/beltoforion/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=0666ef55da72c3e356ca85b6a0084d56b05dd740c3c21d26d372085aa2c6e708
|
||||||
|
disable_parallel_build=yes
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense License.txt
|
||||||
|
}
|
||||||
|
|
||||||
|
muparser-devel_package() {
|
||||||
|
short_desc+="- development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue