wok view id3v2/receipt @ rev 13659

Add pcsc-tools (PC/SC Architecture smartcard tools)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Nov 21 20:46:23 2012 +0000 (2012-11-21)
parents
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="id3v2"
4 VERSION="0.1.12"
5 CATEGORY="multimedia"
6 SHORT_DESC="A command line editor for id3v2 tags."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="id3lib"
9 BUILD_DEPENDS="id3lib-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://id3v2.sourceforge.net/"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/$PACKAGE $fs/usr/bin
26 chown -R root.root $fs
27 }