# Description: A library based on quicktime4linux with extensions. # URL: http://libquicktime.sourceforge.net/ # Maintainer: Danny Rawlins, monster dot romster at gmail dot com # Packager: Younes Hafri, ycrux at club-internet dot fr # Depends on: ffmpeg gtk libdv schroedinger util-linux-ng xorg-libxaw name=libquicktime version=1.2.4 release=1 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz) build() { cd $name-$version ./configure \ --prefix=/usr \ --mandir=/usr/man \ --enable-gpl \ --disable-nls \ --with-libdv \ --without-doxygen make make DESTDIR=$PKG install }