Skip to content
Permalink
update-openssh
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 43 lines (32 sloc) 872 Bytes
#!/usr/bin/env beesh
# BEE_VERSION xfconf-compat-4.12.1-0
SRCURL[0]="http://archive.xfce.org/src/xfce/xfconf/${PKGVERSION[2]}/xfconf-${PKGVERSION}.tar.bz2"
# PATCHURL+=()
EXCLUDE+=(/perllocal.pod)
# build_in_sourcedir
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure --INSTALL_BASE=""
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'
mee_install_post() {
start_cmd rm -rf ${D}${MANDIR}
start_cmd rm -rf ${D}${LOCALEDIR}
start_cmd rm -f ${D}${LIBDIR}/libxfconf-0.so
start_cmd rm -f ${D}${LIBDIR}/pkgconfig/libxfconf-0.pc
start_cmd rm -f ${D}${LIBDIR}/xfce4/xfconf/xfconfd
start_cmd rm -rf ${D}${BINDIR}
start_cmd rm -rf ${D}${LIBDIR}/perl5
start_cmd rm -rf ${D}${INCLUDEDIR}
}