diff options
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/irbox.tmpl | 17 | ||||
-rw-r--r-- | redhat/irbox.ver | 2 |
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; |