diff --git a/recipes/wip/libs/other/libfontenc/recipe.toml b/recipes/wip/libs/other/libfontenc/recipe.toml deleted file mode 100644 index a5f77a67f..000000000 --- a/recipes/wip/libs/other/libfontenc/recipe.toml +++ /dev/null @@ -1,9 +0,0 @@ -#TODO xorg-macros package not found -#TODO fontutil package not found -[source] -tar = "https://www.x.org/releases/individual/lib/libfontenc-1.1.7.tar.xz" -[build] -template = "configure" -dependencies = [ - "zlib", -] diff --git a/recipes/wip/x11/libfontenc/recipe.toml b/recipes/wip/x11/libfontenc/recipe.toml new file mode 100644 index 000000000..3ba81a4b3 --- /dev/null +++ b/recipes/wip/x11/libfontenc/recipe.toml @@ -0,0 +1,18 @@ +[source] +tar = "https://www.x.org/releases/individual/lib/libfontenc-1.1.8.tar.xz" +blake3 = "6ab127a335f7cb4892566e59448d91e9ec43ac522f31f97a3c94350f0a3ecaf4" +script = """ +DYNAMIC_INIT +autotools_recursive_regenerate +""" + +[build] +dependencies = [ + "x11proto", + "zlib", +] +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +"""