[csw-devel] SF.net SVN: gar:[8025] csw/mgar/pkg/mtx/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Jan 15 23:34:04 CET 2010
Revision: 8025
http://gar.svn.sourceforge.net/gar/?rev=8025&view=rev
Author: dmichelsen
Date: 2010-01-15 22:34:04 +0000 (Fri, 15 Jan 2010)
Log Message:
-----------
mtx: Fix installation
Modified Paths:
--------------
csw/mgar/pkg/mtx/trunk/Makefile
Modified: csw/mgar/pkg/mtx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mtx/trunk/Makefile 2010-01-15 22:20:48 UTC (rev 8024)
+++ csw/mgar/pkg/mtx/trunk/Makefile 2010-01-15 22:34:04 UTC (rev 8025)
@@ -4,11 +4,24 @@
DESCRIPTION = Control tape autoloaders
define BLURB
+ mtx is a set of low level driver programs to control features of SCSI backup
+ related devices such as autoloaders, tape changers, media jukeboxes, and tape drives.
+ It can also report much data, including serial numbers, maximum block sizes, and
+ TapeAlert messages that most modern tape drives implement (to tell you the exact
+ reason why a backup or restore failed), as well as do raw SCSI READ and WRITE commands
+ to tape drives (not important on Linux, but important on Solaris due to the fact that
+ the Solaris tape driver supports none of the additional features of tape drives invented
+ after 1988). mtx is designed to be a low level driver in a larger scripted backup solution,
+ such as Bacula or Amanda. mtx is not supposed to itself be a high level interface to the
+ SCSI devices that it controls.
endef
MASTER_SITES = $(SF_MIRRORS)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+# TODO:
+# - Add stuff from contrib
+
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
@@ -16,4 +29,8 @@
CONFIGURE_ARGS = $(DIRPATHS)
+TEST_TARGET =
+
+INSTALL_OVERRIDE_DIRS = sbindir mandir
+
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list