Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libgd: add libgd 2.2.5
- remove gd-2.0.35
- install gd_compat-2.0.35
- add libgd-2.2.5

```
bee remove gd-2.0.35-0.x86_64
bee install gd_compat-2.0.35
bee install libgd-2.2.5

```
  • Loading branch information
wwwutz committed Jan 13, 2020
1 parent f98ec05 commit a46b1bf
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 30 deletions.
30 changes: 0 additions & 30 deletions gd-2.0.35-0.bee

This file was deleted.

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

# BEE_VERSION gd_compat-2.0.35-0

SRCURL[0]=""

mee_install() {
cd ${D}
tar xpf /src/mariux/beeroot/packages/gd-2.0.35-0.x86_64.bee.tar.bz2 \
/usr/lib/libgd.so.2 /usr/lib/libgd.so.2.0.0
}

#mee_install_post() {
# exit
#}
40 changes: 40 additions & 0 deletions libgd.be0
@@ -0,0 +1,40 @@
#!/usr/bin/env beesh

# BEE_VERSION libgd-2.2.5-0

# more info: https://libgd.github.io/pages/about.html

SRCURL[0]="https://github.com/libgd/libgd/releases/download/gd-${PKGVERSION}/libgd-${PKGVERSION}.tar.xz"

# cmake does not create lib-version links
BEE_BUILDTYPE=autotools

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
${S}/configure ${DEFCONFIG} ${@}
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit a46b1bf

Please sign in to comment.