wok-next view disktype/receipt @ rev 21572
updated cups (2.2.2 -> 2.3.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 17:06:55 2020 +0100 (2020-06-22) |
parents | 42d9d6d83956 |
children |
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"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://disktype.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 make &&
16 install -Dm755 disktype $install/usr/bin/disktype
17 }
19 genpkg_rules() {
20 copy @std
21 }