diff options
author | chatty | 2000-07-12 13:57:51 +0000 |
---|---|---|
committer | chatty | 2000-07-12 13:57:51 +0000 |
commit | 775fdd810ed60f84e017f711d0ca88bcde450e08 (patch) | |
tree | 85af3782d1d592d6acf6719b171170c3dc2c80ca /redhat/rules | |
parent | 6e117faa502e15f94e8657b2b76c3279cbdeabd3 (diff) | |
download | irbox-775fdd810ed60f84e017f711d0ca88bcde450e08.zip irbox-775fdd810ed60f84e017f711d0ca88bcde450e08.tar.gz irbox-775fdd810ed60f84e017f711d0ca88bcde450e08.tar.bz2 irbox-775fdd810ed60f84e017f711d0ca88bcde450e08.tar.xz |
New spec files for new rpmize
Adapted for the new Ivy Distribution
Diffstat (limited to 'redhat/rules')
-rw-r--r-- | redhat/rules | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/redhat/rules b/redhat/rules new file mode 100644 index 0000000..a0ddd8d --- /dev/null +++ b/redhat/rules @@ -0,0 +1,16 @@ +$Summary = "Irbox, an Ivy driver for Irman infra-red remote controls"; +$Name = "irbox"; +$Copyright = "GPL"; +$Vendor = "Centre d'Etudes de la Navigation Aerienne"; +$Distribution = "Ivy"; +$Group = "System Environment/Daemons"; +$Url = "http://www.tls.cena.fr/products/ivy"; +$BuildArchitectures = "i386"; +$BuildRoot = "/var/tmp/irbox-buildroot/"; +$Requires = "ivy-c"; +$Description = "Irbox is an Ivy driver for Irman infra-red remote controls +(see http://www.evation.com/irman/ for details about the Irman product). +Irbox comes with a database of the codes emitted by a number of TV, VCR and +cable TV infra-red remote controls, and emits explicit textual messages on an +Ivy bus every time a button is depressed. Remote controls of different types +can be used concurrently, and are distinguished by Irbox."; |