-
Notifications
You must be signed in to change notification settings - Fork 39
/
sweets.recipe
46 lines (39 loc) · 1.48 KB
/
sweets.recipe
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
[DEFAULT]
depends = base/gtk >= 2.12; base/gstreamer; base/gst-plugins-base; base/sqlite
base/librsvg >= 2.26; base/libxml2 >= 2.7.3; base/python; base/pygtk
base/pycairo; sdk/polyol; base/gnuchess; base/gnucap
[Application]
implement = gcompris
name = GCompris
summary = Full featured educational application for children from 2 to 10
description = GCompris is a high quality educational software suite comprising
of numerous activities for children aged 2 to 10. Some of the
activities are game orientated, but nonetheless still educational.
Below you can find a list of categories with some of the activities
available in that category.
category = Education; Game
license = GPLv3
homepage = http://gcompris.net/
version = 12.1
stability = stable
requires = %(depends)s
binding = PATH bin
XDG_DATA_DIRS share
exec = gcompris
[Package]
project = SweetsDistribution:0.94
[Archive]
arch = any
[Build]
requires = %(depends)s; base/pkg-config; base/make; base/gcc-c; base/intltool
clean = make distclean; ./autogen.sh --version
configure = ./configure
--prefix=%(PREFIX)s
--enable-sugar
--enable-sqlite
CFLAGS="%(CFLAGS)s"
make = make
install = make DESTDIR=%(DESTDIR)s install &&
ln -s share/sugar/activities/GCompris.activity/activity %(DESTDIR)s/%(PREFIX)s/activity
[Source]
exec = make dist-gzip