summaryrefslogtreecommitdiff
path: root/redhat/ivy-c.tmpl
blob: 004389bf5cfcc4fb472ca18efc5b7f3a781e8632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/perl

$Summary = "Ivy, C interface";
$Name = "ivy-c";
$Copyright = "CENA";
$Vendor = "Centre d'Etudes de la Navigation Aerienne";
$Distribution = "Toccata";
$Group = "Libraries";
$Source = "$Name-$Version.tar.gz";
$Url = "http://www.cenatoulouse.dgac.fr/";
$BuildRoot = "/var/tmp/ivy-c-buildroot/";
$Requires = "utils-c";
$Description = "Ivy, C interface";

@ChangeLog = ("\n");

1;