wok-undigest rev 195

Remove dvgrab. Its in wok now.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Dec 28 15:50:57 2010 +0000 (2010-12-28)
parents 85871e6720e2
children 9e238c286fe0
files dvgrab/receipt
line diff
     1.1 --- a/dvgrab/receipt	Tue Dec 28 15:49:57 2010 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,29 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="dvgrab"
     1.7 -VERSION="3.5"
     1.8 -CATEGORY="multimedia"
     1.9 -MAINTAINER="jozee@slitaz.org"
    1.10 -SHORT_DESC="Saves audio and video data from an IEEE (FireWire) digital source"
    1.11 -WEB_SITE="http://www.kinodv.org"
    1.12 -DEPENDS="libdv libavc1394 jpeg libiec61883 gcc-lib-base"
    1.13 -BUILD_DEPENDS="pkg-config libdv-dev  libavc1394-dev  libiec61883-dev "
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -WGET_URL="http://downloads.sourceforge.net/kino/$TARBALL"
    1.16 -TAGS="firewire video"
    1.17 -
    1.18 -# Rules to configure and make the package.
    1.19 -
    1.20 -compile_rules() {
    1.21 -  cd $src
    1.22 -  ./configure --prefix=/usr &&
    1.23 -  make &&
    1.24 -  make DESTDIR=$PWD/_pkg install
    1.25 -}
    1.26 -	
    1.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 -genpkg_rules()
    1.29 -{
    1.30 -	mkdir -p $fs/usr
    1.31 -	cp -a $_pkg/usr/bin $fs/usr	
    1.32 -}