44 lines
877 B
JSON
44 lines
877 B
JSON
{
|
|
"name": "udev",
|
|
"rm-configure": true,
|
|
"config-opts": [
|
|
"--disable-hwdb",
|
|
"--disable-logging",
|
|
"--disable-introspection",
|
|
"--disable-keymap",
|
|
"--disable-mtd_probe"
|
|
],
|
|
"cleanup": [
|
|
"/include",
|
|
"/etc",
|
|
"/libexec",
|
|
"/sbin",
|
|
"/lib/pkgconfig",
|
|
"/man",
|
|
"/share/aclocal",
|
|
"/share/doc",
|
|
"/share/gtk-doc",
|
|
"/share/man",
|
|
"/share/pkgconfig",
|
|
"*.la",
|
|
"*.a"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-175.tar.bz2",
|
|
"sha256": "4c7937fe5a1521316ea571188745b9a00a9fdf314228cffc53a7ba9e5968b7ab"
|
|
},
|
|
{
|
|
"type": "script",
|
|
"dest-filename": "autogen.sh",
|
|
"commands": [
|
|
"autoreconf -vfi"
|
|
]
|
|
}
|
|
],
|
|
"post-install": [
|
|
"sed -i 's|${exec_prefix}|/app|g' /app/share/pkgconfig/udev.pc"
|
|
]
|
|
}
|