# Maintainer: Luis Henrique # Mandatory pkgname=kino pkgver=1.3.4 pkgrel=1lm source=("http://downloads.sourceforge.net/project/kino/kino/1.3.4/kino-1.3.4.tar.gz") # Optional docs=("ABOUT-NLS" "AUTHORS" "BUGS" "ChangeLog" "COPYING" "INSTALL" "NEWS" "README*" "TODO") url="http://www.kinodv.org" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "kino (non-linear DV editor)" "Kino is a non-linear DV editor for GNU/Linux. It features excellent" "integration with IEEE-1394 for capture, VTR control, and recording" "back to the camera. It captures video to disk in Raw DV and AVI" "format, in both type-1 DV and type-2 DV (separate audio stream)" "encodings." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$pkgname-$pkgver \ --enable-static=no \ --enable-shared=yes \ --build=$arch-slackware-linux make || return 1 make DESTDIR=$startdir/pkg install }