Skip to content

Commit

Permalink
polkit-gnome: Use current minimal bee file template
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Oct 9, 2019
1 parent 806e542 commit ea8d2e6
Showing 1 changed file with 23 additions and 18 deletions.
41 changes: 23 additions & 18 deletions polkit-gnome.be0
Original file line number Diff line number Diff line change
@@ -1,32 +1,37 @@
#!/bin/env beesh
#!/usr/bin/env beesh

# BEE_VERSION polkit-gnome-0.94-0

SRCURL[0]="https://hal.freedesktop.org/releases/polkit-gnome-0.94.tar.bz2"

PATCHURL[0]=""
# PATCHURL+=()

PGRP=( uncategorized )
# build_in_sourcedir

LIBEXECDIR=${LIBDIR}/polkit-gnome
# sourcesubdir_append src

# BEE_CONFIGURE=compat
LIBEXECDIR=${LIBDIR}/polkit-gnome

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

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

mee_configure() {
bee_configure
}
#mee_configure() {
# bee_configure
#}

mee_build() {
bee_build
}
#mee_build() {
# bee_build
#}

mee_install() {
bee_install
}
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit ea8d2e6

Please sign in to comment.