Permalink
Newer
100755
43 lines (29 sloc)
715 Bytes
4
5
## The source URL(s) array
6
SRCURL[0]="https://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-${PKGVERSION}.tar.xz"
7
8
## Add URLs/pathes to patch files
9
# PATCHURL+=()
10
11
## files that should not be added from the image directory.
12
# EXCLUDE+=()
13
14
15
## uncomment to change default
16
# build_in_sourcedir
17
18
## specify different source directory
19
# sourcesubdir_append src
20
21
22
#mee_extract() {
23
# bee_extract "${@}"
24
#}
25
26
#mee_patch() {
27
# bee_patch "${@}"
28
#}
29
33
34
#mee_build() {
35
# bee_build
36
#}
37
38
## mee_install() should install into "${D}"
39
## default: 'make install DESTDIR="${D}"'
40