# HG changeset patch # User Christopher Rogers # Date 1292055455 0 # Node ID ddd59800f797ba9b54052edafd50ce9edd199bc8 # Parent fa2cbeda4657b1c9695cb389a1d2c1b695a7b61d Add disktype. diff -r fa2cbeda4657 -r ddd59800f797 disktype/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/disktype/receipt Sat Dec 11 08:17:35 2010 +0000 @@ -0,0 +1,25 @@ +# 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 +}