various minor fixes

This commit is contained in:
Manuel Friedli 2015-10-02 14:38:22 +02:00
parent 12c80f8a71
commit 6145d0556e
10 changed files with 69 additions and 67 deletions

View file

@ -24,15 +24,22 @@ RDEPEND="usb? ( virtual/libusb:1 )"
DEPEND="${RDEPEND}"
src_unpack(){
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PF}-add-xml-root.patch || die "Unable to apply ${PF}-add-xml-root.patch"
src_prepare() {
epatch "${FILESDIR}"/"${PF}"-add-xml-root.patch || die "Unable to apply ${PF}-add-xml-root.patch"
}
#src_unpack(){
# unpack ${A}
# cd "${S}"
# epatch "${FILESDIR}"/${PF}-add-xml-root.patch || die "Unable to apply ${PF}-add-xml-root.patch"
#}
src_configure() {
local myconf="";
econf ${myconf}
}
src_compile() {
local myconf="";
econf ${myconf}
emake || die "emake failed"
}