pkg: add recipe for RPM
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 26 Sep 2013 16:22:16 +0000 (18:22 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 1 May 2014 20:58:21 +0000 (22:58 +0200)
commitc9c96774aed47c31d7286fa7f2a03ae4a58197b9
treed015122f2f96519c43b8568ff842c9d06ea0b46f
parent221fb04df9418e09228655d3ab4c75c3120ff47d
pkg: add recipe for RPM

Packages can be built with:
RPM_BUILD_NCPUS=8 rpmbuild -ta dpdk-1.6.0r1.tar.gz

There are packages for runtime and development.
Once devel package is installed, it can be used like this:
make -C /usr/share/dpdk/examples/helloworld RTE_SDK=/usr/share/dpdk

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
pkg/dpdk-core.spec [new file with mode: 0644]