Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
amtk: fix SRCURL
- fixed SRCURL
- one language
  • Loading branch information
wwwutz committed Sep 14, 2021
1 parent ca5cb52 commit b070a8c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions amtk.be0
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION amtk-5.2.0-0
# BEE_VERSION amtk-5.2.0-1

SRCURL[0]="https://download.gnome.org/sources/amtk/${PKGVERSION[2]}/amtk-${PKGVERSION}.tar.xz"
# SRCURL[0]="https://download.gnome.org/sources/amtk/${PKGVERSION[2]}/amtk-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/8ea25cde8b7bdbf98d7d6c939dea1724/amtk-5.2.0.tar.xz"

# PATCHURL+=()

Expand All @@ -19,9 +20,10 @@ SRCURL[0]="https://download.gnome.org/sources/amtk/${PKGVERSION[2]}/amtk-${PKGVE
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-nls
}

#mee_build() {
# bee_build
Expand All @@ -30,4 +32,3 @@ SRCURL[0]="https://download.gnome.org/sources/amtk/${PKGVERSION[2]}/amtk-${PKGVE
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit b070a8c

Please sign in to comment.