forked from rosa/hakurei
internal/rosa/package: azalea proposal
This commit is contained in:
@@ -1,36 +1,31 @@
|
||||
package libtirpc {
|
||||
description = "a port of Suns Transport-Independent RPC library to Linux";
|
||||
website = "https://sourceforge.net/projects/libtirpc";
|
||||
anitya = 1740;
|
||||
//az:schema mbf
|
||||
|
||||
version* = "1.3.7";
|
||||
package libtirpc {
|
||||
description = "a port of Suns Transport-Independent RPC library to Linux"
|
||||
website = "https://sourceforge.net/projects/libtirpc"
|
||||
anitya = 1740
|
||||
|
||||
version := "1.3.7"
|
||||
source = remoteGit {
|
||||
url = "git://linux-nfs.org/~steved/libtirpc";
|
||||
tag = "libtirpc-"+join {
|
||||
elems = split {
|
||||
s = version;
|
||||
sep = ".";
|
||||
n = 3;
|
||||
};
|
||||
sep = "-";
|
||||
};
|
||||
checksum = "nzFfu7LNvnSNiNAryD1vtnNWnU-Xqee8KqfXUKoBf5yjb5-dkeRkYuRijdCoYLof";
|
||||
};
|
||||
url = "git://linux-nfs.org/~steved/libtirpc"
|
||||
tag = "libtirpc-"+join(split(version, ".", 3), "-")
|
||||
checksum = "nzFfu7LNvnSNiNAryD1vtnNWnU-Xqee8KqfXUKoBf5yjb5-dkeRkYuRijdCoYLof"
|
||||
}
|
||||
|
||||
exec = make {
|
||||
generate = "sh -e ./bootstrap";
|
||||
configure = {
|
||||
"CFLAGS": `"$(pkg-config --cflags libbsd-overlay) ${CFLAGS:-}"`;
|
||||
"disable-gssapi";
|
||||
};
|
||||
};
|
||||
generate = "sh -e ./bootstrap"
|
||||
configure = [
|
||||
"CFLAGS": r`"$(pkg-config --cflags libbsd-overlay) ${CFLAGS:-}"`
|
||||
"disable-gssapi"
|
||||
]
|
||||
}
|
||||
|
||||
inputs = [
|
||||
automake,
|
||||
libtool,
|
||||
pkg-config,
|
||||
automake
|
||||
libtool
|
||||
pkg-config
|
||||
|
||||
libbsd,
|
||||
kernel-headers,
|
||||
];
|
||||
libbsd
|
||||
kernel-headers
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user