# SliTaz package receipt.

PACKAGE="gen-init-cpio"
VERSION="2.6.32"
CATEGORY="base-system"
MAINTAINER="devel@slitaz.org"
SHORT_DESC="Program to compress initramfs images"
WEB_SITE="http://www.kernel.org/"
DEPENDS="glibc-base"
BUILD_DEPENDS=""
TARBALL=""
WGET_URL=""
TAGS=""

# Rules to configure and make the package.

compile_rules()
{
	cd $stuff
	make && make DESTDIR=$DESTDIR install &&
	rm gen_init_cpio *.o
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	cp -a $install/sbin $fs
}