wok-next diff mktorrent/receipt @ rev 21267

updated freeradius (2.1.12 -> 3.0.20)
author Hans-G?nter Theisgen
date Fri Dec 06 17:16:20 2019 +0100 (2019-12-06)
parents a3c581bf52b8
children
line diff
     1.1 --- a/mktorrent/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/mktorrent/receipt	Fri Dec 06 17:16:20 2019 +0100
     1.3 @@ -1,33 +1,26 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="mktorrent"
     1.8  VERSION="1.0"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="Command line utility to create BitTorrent metainfo files."
    1.11 +SHORT_DESC="Command line utility to create BitTorrent metainfo files"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://github.com/Rudde/mktorrent/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://github.com/Rudde/mktorrent/"
    1.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # FIXME
    1.19  
    1.20 -DEPENDS=""
    1.21 -BUILD_DEPENDS=""
    1.22 -
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 +compile_rules() {
    1.27  	make &&
    1.28 -	make DESTDIR=$DESTDIR install
    1.29 +	make DESTDIR=$install install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 +genpkg_rules() {
    1.36  	mkdir -p $fs/usr
    1.37  	cp -a $install/usr/local/bin $fs/usr
    1.38  }
    1.39  
    1.40 -testsuite()
    1.41 -{
    1.42 +testsuite() {
    1.43  	readelf -h $install/usr/local/bin/$PACKAGE
    1.44  }