wok view libid3tag-dev/receipt @ rev 1695

Add perl-time-hires
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 11 20:54:23 2008 +0000 (2008-11-11)
parents
children 8eb19732f328
line source
1 # SliTaz package receipt.
3 PACKAGE="libid3tag-dev"
4 VERSION="0.15.1b"
5 CATEGORY="development"
6 SHORT_DESC="ID3 tag manipulation library devel files."
7 MAINTAINER="paul@slitaz.org"
8 WANTED="libid3tag"
9 WEB_SITE="http://www.underbit.com/products/mad"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure --prefix=/usr $CONFIGURE_ARGS
17 make
18 make DESTDIR=$PWD/_pkg install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib
25 cp -a $_pkg/usr/include $fs/usr
26 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
27 }