wok-next diff 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
line diff
     1.1 --- a/disktype/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/disktype/receipt	Sat Jun 09 11:23:42 2018 +0000
     1.3 @@ -1,27 +1,22 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="disktype"
     1.8  VERSION="9"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Detects the content format of a disk or disk image (file systems, partition tables, and boot codes)"
    1.11 +SHORT_DESC="Detects the content format of a disk or disk image (file systems, \
    1.12 +partition tables, and boot codes)"
    1.13  MAINTAINER="db_slitaz@m4x.org"
    1.14  LICENSE="MIT"
    1.15 +WEB_SITE="http://disktype.sourceforge.net/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://disktype.sourceforge.net/"
    1.19  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.20  
    1.21 -DEPENDS=""
    1.22 -
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 -	cd $src
    1.27 -	make
    1.28 +compile_rules() {
    1.29 +	make &&
    1.30 +	install -Dm755 $src/disktype $install/usr/bin/disktype
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 -	mkdir -p $fs/usr/bin
    1.37 -	cp -a $src/disktype $fs/usr/bin
    1.38 +genpkg_rules() {
    1.39 +	copy @std
    1.40  }