Permalink
Newer
100755
35 lines (25 sloc)
569 Bytes
5
#SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/pango/${PKGVERSION[2]}/pango-${PKGVERSION}.tar.xz"
6
SRCURL[0]="https://beehive.molgen.mpg.de/d66d2f29e92d33b6da5e19c563520f7c/pango-1.42.1.tar.xz"
7
8
# PATCHURL+=()
9
10
# build_in_sourcedir
11
12
# sourcesubdir_append src
13
14
#mee_extract() {
15
# bee_extract "${@}"
16
#}
17
18
#mee_patch() {
19
# bee_patch "${@}"
20
#}
21
22
#mee_configure() {
24
#}
25
26
#mee_build() {
27
# bee_build
28
#}
29
30
#mee_install() {
31
# bee_install
32
#}