wok-next view disktype/receipt @ rev 20781

gnupg: add also sha1
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 05:56:31 2018 +0000 (2018-06-09)
parents eb8067417980
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="disktype"
4 VERSION="9"
5 CATEGORY="system-tools"
6 SHORT_DESC="Detects the content format of a disk or disk image (file systems, \
7 partition tables, and boot codes)"
8 MAINTAINER="db_slitaz@m4x.org"
9 LICENSE="MIT"
10 WEB_SITE="http://disktype.sourceforge.net/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 compile_rules() {
16 make &&
17 install -Dm755 $src/disktype $install/usr/bin/disktype
18 }
20 genpkg_rules() {
21 copy @std
22 }