forked from rosa/hakurei
internal/rosa/package: azalea proposal
This commit is contained in:
@@ -1,28 +1,30 @@
|
||||
package libucontext {
|
||||
description = "ucontext implementation featuring glibc-compatible ABI";
|
||||
website = "https://github.com/kaniini/libucontext";
|
||||
anitya = 17085;
|
||||
//az:schema mbf
|
||||
|
||||
version* = "1.5.1";
|
||||
package libucontext {
|
||||
description = "ucontext implementation featuring glibc-compatible ABI"
|
||||
website = "https://github.com/kaniini/libucontext"
|
||||
anitya = 17085
|
||||
|
||||
version := "1.5.1"
|
||||
source = remoteGitHub {
|
||||
suffix = "kaniini/libucontext";
|
||||
tag = "libucontext-"+version;
|
||||
checksum = "mUgeyJknjMxT-5fORzz-rqhZfP3Y7EZGBhOwvhuX7MsF4Pk9wkuwtrLf5IML-jWu";
|
||||
};
|
||||
suffix = "kaniini/libucontext"
|
||||
tag = "libucontext-"+version
|
||||
checksum = "mUgeyJknjMxT-5fORzz-rqhZfP3Y7EZGBhOwvhuX7MsF4Pk9wkuwtrLf5IML-jWu"
|
||||
}
|
||||
|
||||
// uses source tree as scratch space
|
||||
writable = true;
|
||||
chmod = true;
|
||||
enterSource = true;
|
||||
writable
|
||||
chmod
|
||||
enterSource
|
||||
|
||||
exec = make {
|
||||
omitDefaults = true;
|
||||
skipConfigure = true;
|
||||
inPlace = true;
|
||||
omitDefaults
|
||||
skipConfigure
|
||||
inPlace
|
||||
|
||||
make = [
|
||||
"ARCH=" + linuxArch,
|
||||
];
|
||||
install = "make prefix=/system DESTDIR=/work install";
|
||||
};
|
||||
"ARCH=" + linuxArch
|
||||
]
|
||||
install = "make prefix=/system DESTDIR=/work install"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user