Skip to content

Commit

Permalink
Gcr; Add version 3.28.2
Browse files Browse the repository at this point in the history
early part from gnome-keyring
  • Loading branch information
david committed Mar 13, 2019
1 parent d83843c commit 06d781b
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions gcr.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#!/usr/bin/env beesh

# BEE_VERSION gcr-3.28.1-0

SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gcr/${PKGVERSION[2]}/gcr-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src


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

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

mee_configure() {
bee_configure --without-gtk-doc
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 06d781b

Please sign in to comment.