summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 24aad7a27572136325a9880ed6e1e0215a767446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
pkgbase = iup
	pkgdesc = C cross platform GUI toolkit
	pkgver = 3.31
	pkgrel = 1
	url = https://www.tecgraf.puc-rio.br/iup/
	arch = x86_64
	license = MIT
	makedepends = lsb-release
	makedepends = libcd
	makedepends = ftgl
	makedepends = webkit2gtk
	makedepends = openmotif
	makedepends = libxpm
	makedepends = lua
	makedepends = lua51
	makedepends = lua52
	makedepends = lua53
	makedepends = lua-cd
	makedepends = lua51-cd
	makedepends = lua52-cd
	makedepends = lua53-cd
	source = https://downloads.sourceforge.net/project/iup/3.31/Docs%20and%20Sources/iup-3.31_Sources.tar.gz
	source = https://downloads.sourceforge.net/project/iup/3.31/Docs%20and%20Sources/iup-3.31_Docs.pdf
	source = tecmake-fix-Linux6-build.patch
	source = fix-build-gcc-14.patch
	md5sums = 51b08fc6a48a483cb2614e5a36188419
	md5sums = 8ec9845bf9a60864274866792e579d2c
	md5sums = a3caceca0f08afcd9c9c21366c7bc2c0
	md5sums = 87f23cb627785378c8403a6ca80c55d8

pkgname = iup
	pkgdesc = C cross platform GUI toolkit
	depends = libcd
	depends = ftgl
	depends = webkit2gtk
	depends = openmotif
	depends = libxpm

pkgname = lua-iup
	pkgdesc = Lua 5.4 bindings for IUP GUI toolkit
	depends = iup
	depends = lua
	optdepends = lua-im: IM toolkit support
	optdepends = lua-cd: Canvas Draw support

pkgname = lua51-iup
	pkgdesc = Lua 5.1 bindings for IUP GUI toolkit
	depends = iup
	depends = lua51
	optdepends = lua51-im: IM toolkit support
	optdepends = lua51-cd: Canvas Draw support

pkgname = lua52-iup
	pkgdesc = Lua 5.2 bindings for IUP GUI toolkit
	depends = iup
	depends = lua52
	optdepends = lua52-im: IM toolkit support
	optdepends = lua52-cd: Canvas Draw support

pkgname = lua53-iup
	pkgdesc = Lua 5.3 bindings for IUP GUI toolkit
	depends = iup
	depends = lua53
	optdepends = lua53-im: IM toolkit support
	optdepends = lua53-cd: Canvas Draw support