wok view libid3tag-dev/receipt @ rev 2077

Add: meta xfce4 (Xfce Desktop Environment) .
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jan 23 23:13:33 2009 +0100 (2009-01-23)
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 }