]> git.ipfire.org Git - ipfire-3.x.git/blob - duktape/duktape.nm
duktape: New package
[ipfire-3.x.git] / duktape / duktape.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = duktape
7 version = 2.7.0
8 release = 1
9
10 groups = System/Libraries
11 url = https://duktape.org/
12 license = MIT
13 summary = Embeddable Javascript engine
14
15 description
16 Duktape is an embeddable Javascript engine, with a focus on
17 portability and compact footprint.
18 end
19
20 source_dl = https://duktape.org/
21 sources = %{thisapp}.tar.xz
22
23 build
24 make = make -f Makefile.sharedlibrary INSTALL_PREFIX=%{prefix} LIBDIR=/%{lib}
25
26 build
27 %{make} %{PARALLELISMFLAGS}
28 end
29
30 install
31 %{make} install DESTDIR=%{BUILDROOT}
32 end
33 end
34
35 packages
36 package %{name}
37
38 package %{name}-devel
39 template DEVEL
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end