Skip to content
Permalink
update-libxslt…
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
@wwwutz
Latest commit 9e3af27 Feb 26, 2020 History
- nice be0
- fixed SRCURL
- remove docs
2 contributors

Users who have contributed to this file

@pmenzel @wwwutz
executable file 32 lines (22 sloc) 514 Bytes
#!/usr/bin/env beesh
# BEE_VERSION cairomm-1.12.2-1
#SRCURL[0]="https://cairographics.org/releases/cairomm-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/9d2282ea34cf9aaa89208bb4bb911909/cairomm-1.12.2.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure --disable-documentation
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}