Commit b1e3f3ba authored by Ed Reel's avatar Ed Reel

Add libmnl package

parent 1f63f471
require 'package'
class Libmnl < Package
description 'libmnl is a minimalistic user-space library oriented to Netlink developers.'
homepage 'https://www.netfilter.org/projects/libmnl/'
version '1.0.4'
source_url 'https://www.netfilter.org/projects/libmnl/files/libmnl-1.0.4.tar.bz2'
source_sha256 '171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81'
binary_url ({
})
binary_sha256 ({
})
def self.build
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment