Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libXxf86dga: fix SRCURL
- be0ified
- fixed SRCURL
- remove man3 noise

deps:
```
OK   /usr/lib/libXxf86dga.so.1      /usr/bin/mplayer
OK   /usr/lib/libXxf86dga.so.1      /usr/bin/xdpyinfo
```
  • Loading branch information
wwwutz committed Nov 15, 2021
1 parent 38d4da8 commit 60d55a9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 83 deletions.
83 changes: 0 additions & 83 deletions libXxf86dga-1.1.4-0.bee

This file was deleted.

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

# BEE_VERSION libXxf86dga-1.1.4-1

# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libXxf86dga-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/d7dd9b9df336b7dd4028b6b56542ff2c/libXxf86dga-1.1.4.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
cd ${D} && rm -r usr/share/man
}

0 comments on commit 60d55a9

Please sign in to comment.