From 1ad5c3e162ad8d0f1162f7bd4b3e1f72c11ea5d6 Mon Sep 17 00:00:00 2001 From: jacomi Date: Tue, 26 Jan 1999 14:37:33 +0000 Subject: redhat directory and makefile updated --- redhat/irbox.tmpl | 17 +++++++++++++++++ redhat/irbox.ver | 2 ++ 2 files changed, 19 insertions(+) create mode 100644 redhat/irbox.tmpl create mode 100644 redhat/irbox.ver (limited to 'redhat') diff --git a/redhat/irbox.tmpl b/redhat/irbox.tmpl new file mode 100644 index 0000000..9669904 --- /dev/null +++ b/redhat/irbox.tmpl @@ -0,0 +1,17 @@ +#!/usr/bin/perl + +$Summary = "IRBOX, an Ivy driver for infra-red remote controls"; +$Name = "irbox"; +$Copyright = "CENA"; +$Vendor = "Centre d'Etudes de la Navigation Aerienne"; +$Distribution = "Toccata"; +$Group = "Hard Communications"; +$Source = "$Name-$Version.tar.gz"; +$Url = "http://www.cenatoulouse.dgac.fr/"; +$BuildRoot = "/var/tmp/irbox-buildroot/"; +$Requires = "ivy-c"; +$Description = "IRBOX, an Ivy driver for infra-red remote controls"; + +@ChangeLog = ("\n"); + +1; diff --git a/redhat/irbox.ver b/redhat/irbox.ver new file mode 100644 index 0000000..d8b51e5 --- /dev/null +++ b/redhat/irbox.ver @@ -0,0 +1,2 @@ +$Version = 1.0; +$Release = 1; -- cgit v1.1