wok-next annotate 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
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@15207 2
pascal@15207 3 PACKAGE="mktorrent"
pascal@15207 4 VERSION="1.0"
pascal@15207 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Command line utility to create BitTorrent metainfo files"
pascal@15207 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15207 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://github.com/Rudde/mktorrent/"
al@21020 10
pascal@15207 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20906 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # FIXME
pascal@15207 13
al@21020 14 compile_rules() {
pascal@15207 15 make &&
al@21020 16 make DESTDIR=$install install
pascal@15207 17 }
pascal@15207 18
al@21020 19 genpkg_rules() {
pascal@15207 20 mkdir -p $fs/usr
pascal@15207 21 cp -a $install/usr/local/bin $fs/usr
pascal@15207 22 }
pankso@15987 23
al@21020 24 testsuite() {
pankso@15987 25 readelf -h $install/usr/local/bin/$PACKAGE
pankso@15987 26 }