wok annotate vcdimager/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents e4c09b5b4363
children 4a6cec986bf8
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"
pascal@15363 8 LICENSE="GPL2"
jozee@2732 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
jozee@2732 10 WEB_SITE="http://www.vcdimager.org/"
jozee@2732 11 WGET_URL="ftp://ftp.gnu.org/gnu/vcdimager/$TARBALL"
jozee@4975 12 TAGS="multimedia video vcd"
jozee@2732 13
pascal@15363 14 DEPENDS="libcdio libxml2 popt"
pascal@15363 15 BUILD_DEPENDS="libcdio libcdio-dev libxml2-dev popt-dev"
pascal@15363 16
jozee@2732 17 # Rules to configure and make the package.
jozee@2732 18 compile_rules()
jozee@2732 19 {
jozee@2732 20 cd $src
slaxemulator@10062 21 ./configure $CONFIGURE_ARGS &&
slaxemulator@10062 22 make && make install
jozee@2732 23 }
jozee@2732 24
jozee@2732 25 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2732 26 genpkg_rules()
jozee@2732 27 {
jozee@2732 28 mkdir -p $fs/usr/bin
pascal@15363 29 cp -a $install/usr/bin/vcdimager $fs/usr/bin
jozee@2732 30 }