Skip to content
Permalink
726b4877f9
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@pmenzel
Latest commit e8acfe7 May 10, 2017 History
Bee uses CMake over GNU Autotools. As GNU Autotools are already
used, continue to do so.
2 contributors

Users who have contributed to this file

@pmenzel @david
executable file 38 lines (26 sloc) 561 Bytes
#!/usr/bin/env beesh
# BEE_VERSION harfbuzz-1.4.6-0
SRCURL[0]="https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${PKGVERSION}.tar.bz2"
# PATCHURL+=()
# EXCLUDE+=()
# build_in_sourcedir
# sourcesubdir_append src
BEE_BUILDTYPE=autotools
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure \
--with-gobject \
--with-graphite2
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'