wok view mmv/receipt @ rev 25689

updated mmv (1.01b-18 -> 2.6)
author Hans-G?nter Theisgen
date Sat Apr 13 10:48:47 2024 +0100 (3 weeks ago)
parents b78e79c31b1f
children 8aa51c2b501d
line source
1 # SliTaz package receipt.
3 PACKAGE="mmv"
4 VERSION="2.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="Move, copy, append, or link multiple files in one command."
7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
8 LICENSE="GPL3+"
9 WEB_SITE="https://github.com/rrthomas/mmv"
11 TARBALL="${PACKAGE}-${VERSION}.tar.gz"
12 WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL"
14 DEPENDS="gc"
15 BUILD_DEPENDS="gc-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure --prefix=/usr &&
21 make &&
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cook_copy_folders bin
29 }