Skip to content
Permalink
master
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
 
 
Cannot retrieve contributors at this time
executable file 26 lines (18 sloc) 456 Bytes
#!/bin/env beesh
# BEE_VERSION libwnck2-2.30.7-1
SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libwnck/${PKGVERSION[2]}/libwnck-${PKGVERSION}.tar.bz2"
PATCHURL[0]=""
# EXCLUDE=""
#mee_patch() {
# bee_patch
#}
mee_configure() {
bee_configure --disable-static \
--program-suffix=2
}
mee_build() {
bee_build GETTEXT_PACKAGE=libwnck2
}
mee_install() {
start_cmd make GETTEXT_PACKAGE=libwnck2 install DESTDIR=${D}
}