wok view vcdimager/receipt @ rev 10724

libbonobo-dev: better with /usr/include
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 29 02:13:17 2011 +0200 (2011-05-29)
parents f917e0dfdfbd
children 2a21689b0af7
line source
1 # SliTaz package receipt
3 PACKAGE="vcdimager"
4 VERSION="0.7.23"
5 CATEGORY="multimedia"
6 SHORT_DESC="vcd tools"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="libcdio libxml2 popt"
9 BUILD_DEPENDS="libcdio libcdio-dev libxml2-dev popt-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.vcdimager.org/"
12 WGET_URL="ftp://ftp.gnu.org/gnu/vcdimager/$TARBALL"
13 TAGS="multimedia video vcd"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $_pkg/usr/bin/vcdimager $fs/usr/bin
28 }