Permalink
Newer
100755
38 lines (26 sloc)
575 Bytes
7
#SRCURL[0]="http://ftp.gnu.org/gnu/libtool/libtool-${PKGVERSION}.tar.xz"
8
SRCURL[0]="https://beehive.molgen.mpg.de/1bfb9b923f2c1339b4d2ce1807064aa5/libtool-2.4.6.tar.xz"
15
16
#mee_extract() {
17
# bee_extract "${@}"
18
#}
19
20
#mee_patch() {
21
# bee_patch "${@}"
22
#}
23
24
#mee_configure() {
26
#}
27
28
#mee_build() {
29
# bee_build
30
#}
31
32
#mee_install() {
33
# bee_install
34
#}