Skip to content
Permalink
a22756b64e
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 37 lines (24 sloc) 770 Bytes
#!/bin/env beesh
PGRP=( xml )
SRCURL[0]="http://downloads.sourceforge.net/docbook/docbook-xsl-${PV}.tar.bz2"
PATCHES[0]=""
EXCLUDE="^/etc/xml$"
B=${S}
mee_patch() {
bee_patch
}
mee_configure() {
true
}
mee_build() {
true
}
mee_install() {
install -v -m755 -d ${D}/usr/share/xml/docbook/xsl-stylesheets-${PV}
cp -vR VERSION common eclipse extensions fo highlighting html \
htmlhelp images javahelp lib manpages params profiling \
roundtrip slides template tools website xhtml xhtml-1_1 \
${D}/usr/share/xml/docbook/xsl-stylesheets-${PV}
#install -v -m644 -D README ${D}/usr/share/doc/docbook-xsl-${PV}/README.XSL
#install -v -m755 RELEASE-NOTES* NEWS* ${D}/usr/share/doc/docbook-xsl-${PV}
}