[Bug 4922] New: mtx tape library tool
bugzilla-daemon at amethyst.openembedded.net
bugzilla-daemon at amethyst.openembedded.net
Thu Dec 11 14:07:35 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=4922
Summary: mtx tape library tool
Classification: Unclassified
Product: Openembedded
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: Distributions
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: eric at eric-weiss.de
mtx is a tool to work with tape libraries ( suggested for bacula-sd storeage
deamon )
---------------- mtx_1.3.12.bb ----------------------
DESCRIPTION = "Media changer tool."
HOMEPAGE = "http://mtx.opensource-sw.net/"
LICENSE = "GPL"
DEPENDS = "readline"
PRIORITY = "optional"
SECTION = "base/shell"
inherit autotools
RV = "${@bb.data.getVar('PV', d, 1).replace('.', '.')}"
big_mirror=0
SRC_URI = "http://downloads.sourceforge.net/mtx/mtx-1.3.12.tar.gz"
S = "${WORKDIR}/mtx-${RV}"
do_configure() {
oe_runconf --prefix=${prefix} \
--exec_prefix=${exec_prefix} \
--bindir=${bindir} \
--sbindir=${sbindir} \
--libexecdir=${libexecdir} \
--datadir=${datadir} \
--sysconfdir=${sysconfdir} \
--sharedstatedir=${sharedstatedir} \
--localstatedir=${localstatedir} \
--libdir=${libdir} \
--includedir=${includedir} \
--oldincludedir=${oldincludedir} \
--infodir=${infodir} \
}
do_install () {
mkdir -p ${D}/${sbindir}
install -m 0754 ${S}/mtx ${D}/${sbindir}/
}
-----------------------------------------------------------------
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list