# SliTaz package receipt.

PACKED_SIZE="60.0K"
UNPACKED_SIZE="156.0K"
PACKAGE="util-linux-smartcols"
VERSION="2.28"
CATEGORY="system-tools"
SHORT_DESC="The smartcols library from Util Linux"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL2"
WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"

WANTED="util-linux"
DEPENDS="glibc-base"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	cook_copy_files libsmartcols.so*
}
