wok-next view mktorrent/receipt @ rev 21080
Update tiff (4.0.10): libs -> into libtiff, apps -> into tiff
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Dec 24 02:07:02 2018 +0200 (2018-12-24) |
parents | a3c581bf52b8 |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mktorrent"
4 VERSION="1.0"
5 CATEGORY="network"
6 SHORT_DESC="Command line utility to create BitTorrent metainfo files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/Rudde/mktorrent/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # FIXME
14 compile_rules() {
15 make &&
16 make DESTDIR=$install install
17 }
19 genpkg_rules() {
20 mkdir -p $fs/usr
21 cp -a $install/usr/local/bin $fs/usr
22 }
24 testsuite() {
25 readelf -h $install/usr/local/bin/$PACKAGE
26 }