# SliTaz package receipt. PACKAGE="disktype" VERSION="9" CATEGORY="system-tools" SHORT_DESC="Detects the content format of a disk or disk image (file systems, partition tables, and boot codes)" MAINTAINER="db_slitaz@m4x.org" DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://disktype.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp -a $src/disktype $fs/usr/bin }