summaryrefslogtreecommitdiff
path: root/elements/gnome/gnome/berkeleydb.bst
blob: 8c51c47f87974c84d3e87806495003d4d026ac4a (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
kind: autotools
depends:
- bluetooth.bst
- icu-common.bst
- input-common.bst
- data-indexing-management.bst
- vala-common.bst
- geolocation.bst
- gtk2.bst
- gtk3.bst
- libsoup-common.bst
- NetworkManager-common.bst
- multimedia-gstreamer.bst
- network-security.bst
- privileges-management.bst
- python3-gobject.bst
- wayland-generic.bst
- ruby.bst
- samba.bst
- secret-service.bst
- sound-server-pulseaudio.bst
- spell-checking.bst
- cups.bst
sources:
- kind: git
  url: upstream:berkeleydb
  track: db-6.1.23
  ref: 780b92ada9afcf1d58085a83a0b9e6bc982203d1
config:
  configure-commands:
  - |
    cd build_unix;
    ../dist/configure --prefix="%{prefix}" \
                      --enable-compat185 \
                      --enable-dbm \
                      --enable-cxx
  build-commands:
  - |
    cd build_unix;
    make
  install-commands:
  - |
    cd build_unix;
    make DESTDIR="%{install-root}" install