wok annotate vcdimager/receipt @ rev 11256

Add from wok-undigest: perl-crypt-ssleay perl-gtk2-perl perl-gtk2-trayicon perl-lwp-useragent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 07 17:10:45 2011 +0100 (2011-11-07)
parents f917e0dfdfbd
children 2a21689b0af7
rev   line source
jozee@2732 1 # SliTaz package receipt
jozee@2732 2
jozee@2732 3 PACKAGE="vcdimager"
jozee@2732 4 VERSION="0.7.23"
jozee@2732 5 CATEGORY="multimedia"
jozee@2732 6 SHORT_DESC="vcd tools"
jozee@2732 7 MAINTAINER="jozee@slitaz.org"
jozee@2732 8 DEPENDS="libcdio libxml2 popt"
jozee@2732 9 BUILD_DEPENDS="libcdio libcdio-dev libxml2-dev popt-dev"
jozee@2732 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
jozee@2732 11 WEB_SITE="http://www.vcdimager.org/"
jozee@2732 12 WGET_URL="ftp://ftp.gnu.org/gnu/vcdimager/$TARBALL"
jozee@4975 13 TAGS="multimedia video vcd"
jozee@2732 14
jozee@2732 15 # Rules to configure and make the package.
jozee@2732 16 compile_rules()
jozee@2732 17 {
jozee@2732 18 cd $src
slaxemulator@10062 19 ./configure $CONFIGURE_ARGS &&
slaxemulator@10062 20 make && make install
jozee@2732 21 }
jozee@2732 22
jozee@2732 23 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2732 24 genpkg_rules()
jozee@2732 25 {
jozee@2732 26 mkdir -p $fs/usr/bin
jozee@2732 27 cp -a $_pkg/usr/bin/vcdimager $fs/usr/bin
jozee@2732 28 }