Permalink
Newer
100755
30 lines (18 sloc)
296 Bytes
1
#!/bin/env beesh
2
3
SRCURL[0]="http://www.libgd.org/releases/gd-2.0.35.tar.bz2"
4
5
PATCHURL[0]=""
6
7
PGRP=( uncategorized )
8
9
10
11
# BEE_CONFIGURE=compat
12
13
# EXCLUDE=""
14
15
mee_patch() {
16
bee_patch
17
}
18
19
mee_configure() {
20
bee_configure
21
}
22
23
mee_build() {
24
bee_build
25
}
26
27
mee_install() {
28
bee_install
29
}
30