wok-next diff ms-sys/receipt @ rev 21705

updated graphviz (2.40.1 -> 2.44.0)
author Hans-G?nter Theisgen
date Mon Jul 06 14:36:48 2020 +0100 (2020-07-06)
parents 8a74e7b0ff7f
children
line diff
     1.1 --- a/ms-sys/receipt	Wed Jul 06 13:17:14 2016 +0200
     1.2 +++ b/ms-sys/receipt	Mon Jul 06 14:36:48 2020 +0100
     1.3 @@ -1,28 +1,23 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="ms-sys"
     1.8  VERSION="2.5.0"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Program for writing Microsoft compatible boot records."
    1.11 +SHORT_DESC="Program for writing Microsoft compatible boot records"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  LICENSE="GPL2"
    1.15  WEB_SITE="http://ms-sys.sourceforge.net/"
    1.16 +
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20 -DEPENDS=""
    1.21 -BUILD_DEPENDS="gettext"
    1.22 +BUILD_DEPENDS="gettext-dev"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 +compile_rules() {
    1.28  	sed -i 's|PREFIX)/man|PREFIX)/share/man|' Makefile
    1.29 -	make PREFIX=/usr DESTDIR=$DESTDIR install
    1.30 +	make PREFIX=/usr DESTDIR=$install install
    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
    1.37 -	cp -a $install/usr/bin $fs/usr
    1.38 +genpkg_rules() {
    1.39 +	copy @std
    1.40  }