Skip to content

pkg-config: update to 0.29.2 #2195

Merged
merged 1 commit into from
Aug 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}