wok-next annotate disktype/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents eb8067417980
children d5aab818505e
rev   line source
al@20461 1 # SliTaz package receipt v2.
slaxemulator@7606 2
slaxemulator@7606 3 PACKAGE="disktype"
slaxemulator@7606 4 VERSION="9"
slaxemulator@7606 5 CATEGORY="system-tools"
al@20461 6 SHORT_DESC="Detects the content format of a disk or disk image (file systems, \
al@20461 7 partition tables, and boot codes)"
slaxemulator@7606 8 MAINTAINER="db_slitaz@m4x.org"
pascal@15579 9 LICENSE="MIT"
al@20461 10 WEB_SITE="http://disktype.sourceforge.net/"
al@20461 11
slaxemulator@7606 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@7606 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
slaxemulator@7606 14
al@20461 15 compile_rules() {
al@20461 16 make &&
al@20461 17 install -Dm755 $src/disktype $install/usr/bin/disktype
slaxemulator@7606 18 }
slaxemulator@7606 19
al@20461 20 genpkg_rules() {
al@20461 21 copy @std
slaxemulator@7606 22 }