summaryrefslogtreecommitdiff
path: root/redhat
diff options
context:
space:
mode:
authorjacomi1999-01-26 14:37:33 +0000
committerjacomi1999-01-26 14:37:33 +0000
commit1ad5c3e162ad8d0f1162f7bd4b3e1f72c11ea5d6 (patch)
tree4489e943eed3fd30e85502d75a5241f098ae918b /redhat
parent72b061198f501fd3983585b7c689a0e10ff084f5 (diff)
downloadirbox-1ad5c3e162ad8d0f1162f7bd4b3e1f72c11ea5d6.zip
irbox-1ad5c3e162ad8d0f1162f7bd4b3e1f72c11ea5d6.tar.gz
irbox-1ad5c3e162ad8d0f1162f7bd4b3e1f72c11ea5d6.tar.bz2
irbox-1ad5c3e162ad8d0f1162f7bd4b3e1f72c11ea5d6.tar.xz
redhat directory and makefile updated
Diffstat (limited to 'redhat')
-rw-r--r--redhat/irbox.tmpl17
-rw-r--r--redhat/irbox.ver2
2 files changed, 19 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;
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;