Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libXt: update to 1.2.0
- update
- SRCURL
  • Loading branch information
wwwutz committed Sep 30, 2020
1 parent 15660de commit a53b4f2
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 83 deletions.
83 changes: 0 additions & 83 deletions libXt-1.1.4-0.bee

This file was deleted.

32 changes: 32 additions & 0 deletions libXt.be0
@@ -0,0 +1,32 @@
#!/usr/bin/env beesh

# BEE_VERSION libXt-1.2.0-0

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

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure --with-appdefaultdir=${SYSCONFDIR}/X11/app-defaults
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit a53b4f2

Please sign in to comment.