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