blob: 964533a8ffab4a69334ab5c56117aa3911fbb032 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
package popt {
description = "C library for parsing command line parameters";
website = "http://ftp.rpm.org/popt";
anitya = 3689;
version# = "1.19";
source = remoteGitHub {
suffix = "rpm-software-management/popt";
tag = "popt-"+version+"-release";
checksum = "e8I888AbtBCLt0vR6Iym2r5Va1WVTPMwgRu4HCcANHYwG8adT0y0sxdCxIWRB5VE";
};
exec = make {
generate = "./autogen.sh";
};
inputs = [
gzip,
automake,
libtool,
gettext,
];
}
|