Skip to content

Commit

Permalink
Merge pull request #2195 from mariux64/update-pkgconfig
Browse files Browse the repository at this point in the history
pkg-config: update to 0.29.2
  • Loading branch information
wwwutz authored Aug 31, 2021
2 parents 86177c4 + ff9dbe2 commit f8bdcb6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 26 deletions.
26 changes: 0 additions & 26 deletions pkg-config-0.26-0.bee

This file was deleted.

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

# BEE_VERSION pkg-config-0.29.2-0

# https://www.freedesktop.org/wiki/Software/pkg-config

# SRCURL[0]="http://pkgconfig.freedesktop.org/releases/pkg-config-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/f6e931e319531b736fadc017f470e68a/pkg-config-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
--with-internal-glib \
--disable-host-tool \
--with-pc-path=/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -rf ${D}/usr/share/doc
}

0 comments on commit f8bdcb6

Please sign in to comment.