Skip to content

Commit

Permalink
Merge pull request #1662 from mariux64/update-appstream
Browse files Browse the repository at this point in the history
appstream-glib: rebuild w/o rpm
  • Loading branch information
wwwutz authored Feb 7, 2020
2 parents 7d33c10 + 85b36b3 commit 496102a
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions appstream-glib.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
#!/usr/bin/env beesh

# BEE_VERSION appstream-glib-0.7.16-1


SRCURL[0]="https://github.com/hughsie/appstream-glib/archive/appstream_glib_${PKGVERSION//./_}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
-Dstemmer=false \
-Dbuilder=false \
-Dgtk-doc=false \
-Drpm=false
}


#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -rvf ${D}/usr/share/installed-tests
rm -rvf ${D}/usr/share/locale
}

0 comments on commit 496102a

Please sign in to comment.