# SliTaz package receipt.

PACKAGE="libboost-program-options"
LIB_NAME="program_options"
VERSION="1.45.0"

CATEGORY="development"
SHORT_DESC="Part of the Boost C++ Libraries collection."
MAINTAINER="chadi.elahmad@gmail.com"
WEB_SITE="http://www.boost.org/"

WANTED="libboost-dev"
SOURCE="boost"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/lib
	cp -a $_pkg/usr/lib/*$LIB_NAME*.so* $fs/usr/lib
}