Skip to content

Commit

Permalink
Merge pull request #2514 from mariux64/fix-srcurl-xtrans
Browse files Browse the repository at this point in the history
xtrans: fix SRCURL
  • Loading branch information
wwwutz authored Nov 16, 2021
2 parents fe119cc + c8edb23 commit 5270917
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 83 deletions.
83 changes: 0 additions & 83 deletions xtrans-1.3.5-0.bee

This file was deleted.

32 changes: 32 additions & 0 deletions xtrans.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/usr/bin/env beesh

# BEE_VERSION xtrans-1.3.5-1

# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/xtrans-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/c5ba432dd1514d858053ffe9f4737dd8/xtrans-1.3.5.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 5270917

Please sign in to comment.