wok view easytag/receipt @ rev 13714

Up sqlite (3.7.15.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 19 15:07:35 2012 +0100 (2012-12-19)
parents 382001ab73aa
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="easytag"
4 VERSION="2.1.6"
5 CATEGORY="multimedia"
6 SHORT_DESC="Utility for viewing and editing tags on sound files."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://easytag.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 TAGS="audio"
13 DEPENDS="gtk+ id3lib flac libvorbis xorg-libXdamage gcc-lib-base libid3tag"
14 BUILD_DEPENDS="gtk+-dev id3lib-dev id3lib expat-dev libid3tag-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure \
21 --prefix=/usr \
22 --mandir=/usr/share/man \
23 $CONFIGURE_ARGS &&
24 make -j1 &&
25 make -j1 DESTDIR=$PWD/_pkg install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share
32 cp -a $_pkg/usr/bin $fs/usr
33 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
34 }