Permalink
Newer
100755
31 lines (20 sloc)
350 Bytes
1
#!/bin/env beesh
2
3
SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/gnome-utils/3.0/gnome-utils-3.0.0.tar.bz2"
4
5
PATCHURL[0]=""
6
7
# BEE_CONFIGURE=compat
8
9
# EXCLUDE=""
10
11
12
13
mee_extract() {
14
bee_extract ${@}
15
}
16
17
mee_patch() {
18
bee_patch ${@}
19
}
20
21
mee_configure() {
22
bee_configure
23
}
24
25
mee_build() {
26
bee_build
27
}
28
29
mee_install() {
30
bee_install
31
}