summaryrefslogtreecommitdiff
path: root/redhat/irbox.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/irbox.tmpl')
-rw-r--r--redhat/irbox.tmpl17
1 files changed, 17 insertions, 0 deletions
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;