wok annotate disktype/receipt @ rev 15033

conky: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 11:34:36 2013 +0000 (2013-08-12)
parents
children eb8067417980
rev   line source
slaxemulator@7606 1 # SliTaz package receipt.
slaxemulator@7606 2
slaxemulator@7606 3 PACKAGE="disktype"
slaxemulator@7606 4 VERSION="9"
slaxemulator@7606 5 CATEGORY="system-tools"
slaxemulator@7606 6 SHORT_DESC="Detects the content format of a disk or disk image (file systems, partition tables, and boot codes)"
slaxemulator@7606 7 MAINTAINER="db_slitaz@m4x.org"
slaxemulator@7606 8 DEPENDS=""
slaxemulator@7606 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@7606 10 WEB_SITE="http://disktype.sourceforge.net/"
slaxemulator@7606 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
slaxemulator@7606 12
slaxemulator@7606 13 # Rules to configure and make the package.
slaxemulator@7606 14 compile_rules()
slaxemulator@7606 15 {
slaxemulator@7606 16 cd $src
slaxemulator@7606 17 make
slaxemulator@7606 18 }
slaxemulator@7606 19
slaxemulator@7606 20 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@7606 21 genpkg_rules()
slaxemulator@7606 22 {
slaxemulator@7606 23 mkdir -p $fs/usr/bin
slaxemulator@7606 24 cp -a $src/disktype $fs/usr/bin
slaxemulator@7606 25 }