wok view vcdimager/receipt @ rev 9957

nagios-doc: bump
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 15:25:07 2011 +0200 (2011-05-18)
parents ba3a9fbcb149
children e4c09b5b4363
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 --prefix=/usr
20 make
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp -a $_pkg/usr/bin/vcdimager $fs/usr/bin
31 }