Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1770 from mariux64/fix-srcurl-xwd-2
xwd: fix SRCURL
  • Loading branch information
wwwutz committed Mar 10, 2020
2 parents 97967b9 + c7ef8d4 commit 132aceb
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions xwd-1.0.6-0.bee → xwd.be0
@@ -1,5 +1,44 @@
#!/usr/bin/env beesh

# BEE_VERSION xwd-1.0.6-1
# old bee xwd-1.0.6-0

# more info: https://foo.bar.com

SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xwd-${PKGVERSION}.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
#}

#mee_install_post() {
# exit
#}
###########################################################################
#!/usr/bin/env beesh

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

Expand Down

0 comments on commit 132aceb

Please sign in to comment.