wok-next annotate id3v2/receipt @ rev 21313

updated iperf (2.0.5 -> 3.7)
author Hans-G?nter Theisgen
date Tue Dec 10 16:12:48 2019 +0100 (2019-12-10)
parents 76b72f1ad63c
children
rev   line source
al@20473 1 # SliTaz package receipt v2.
pascal@13234 2
pascal@13234 3 PACKAGE="id3v2"
pascal@13234 4 VERSION="0.1.12"
pascal@13234 5 CATEGORY="multimedia"
al@20473 6 SHORT_DESC="A command line editor for id3v2 tags"
pascal@13234 7 MAINTAINER="paul@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
al@20473 9 WEB_SITE="http://id3v2.sourceforge.net/"
al@20473 10
pascal@13234 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13234 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@13234 13
pascal@14996 14 BUILD_DEPENDS="id3lib-dev"
pascal@14996 15
al@20473 16 compile_rules() {
al@20473 17 make &&
al@20473 18 install -Dm755 $src/id3v2 $install/usr/bin/id3v2
pascal@13234 19 }
pascal@13234 20
al@20473 21 genpkg_rules() {
al@20473 22 copy @std
al@20473 23 DEPENDS="id3lib"
pascal@13234 24 }