wok view vcdimager/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents e4c09b5b4363
children 4a6cec986bf8
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.vcdimager.org/"
11 WGET_URL="ftp://ftp.gnu.org/gnu/vcdimager/$TARBALL"
12 TAGS="multimedia video vcd"
14 DEPENDS="libcdio libxml2 popt"
15 BUILD_DEPENDS="libcdio libcdio-dev libxml2-dev popt-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/bin
29 cp -a $install/usr/bin/vcdimager $fs/usr/bin
30 }