wok view libid3tag-dev/receipt @ rev 2112

Add: aspell-pt_PT
author Paul Issott <paul@slitaz.org>
date Thu Jan 29 20:13:42 2009 +0000 (2009-01-29)
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 }