[package] name = "libevent" version = "2.1.12" description = "Event notification library" url = "https://libevent.org/" license = "BSD-3-Clause" [source] url = "https://github.com/libevent/libevent/releases/download/release-${version}-stable/libevent-${version}-stable.tar.gz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc", "openssl"] build = ["gcc", "make"] [build] system = "autotools" configure = """./configure --prefix=/usr --disable-static""" make = """make""" install = """make DESTDIR=${PKG} install"""