Permalink
Newer
100755
35 lines (23 sloc)
493 Bytes
5
SRCURL[0]="https://download.gnome.org/sources/gexiv2/${PKGVERSION[2]}/gexiv2-${PKGVERSION}.tar.xz"
14
15
16
#mee_extract() {
17
# bee_extract "${@}"
18
#}
19
20
#mee_patch() {
21
# bee_patch "${@}"
22
#}
23
24
mee_configure() {
25
bee_configure --with-python3-girdir \
26
--with-python2-girdir
27
}