Skip to content
Snippets Groups Projects
Commit 775909d2 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

add recipes

parent 1d192226
No related branches found
No related tags found
No related merge requests found
#TODO missing dependencies
[source]
tar = "https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.12/pidgin-2.14.12.tar.bz2"
[build]
template = "custom"
dependencies = [
"ncurses",
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--disable-gtkui
)
cookbook_configure
"""
#TODO missing dependencies
[source]
tar = "https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.12/pidgin-2.14.12.tar.bz2"
[build]
template = "configure"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment