wok-undigest view guvcview/receipt @ rev 914

Qt4-dev: up to 4.8.4 + added Qt private headers
author ernia <monghitri@aruba.it>
date Sun Feb 03 08:12:40 2013 +0000 (2013-02-03)
parents
children 72c93e37004b
line source
1 # SliTaz package receipt.
3 PACKAGE="guvcview"
4 VERSION="1.6.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Gmerlin is a multimedia architecture for linux."
7 MAINTAINER="devel@slitaz.org"
8 TARBALL="${PACKAGE}-src-${VERSION}.tar.gz"
9 WEB_SITE="http://guvcview.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/project/guvcview/source/$TARBALL"
12 DEPENDS="gtk+ libsdl"
13 BUILD_DEPENDS="gtk+-dev libsdl-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 echo "TODO"
29 }