contrib/libquicktime/Pkgfile

26 lines
630 B
Plaintext
Raw Normal View History

2008-12-19 10:48:26 +01:00
# Description: A library based on quicktime4linux with extensions.
2007-06-25 07:09:54 +02:00
# URL: http://libquicktime.sourceforge.net/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2007-06-25 07:09:54 +02:00
# Packager: Younes Hafri, ycrux at club-internet dot fr
# Depends on: ffmpeg gtk libdv schroedinger util-linux xorg-libxaw
2007-06-25 07:09:54 +02:00
name=libquicktime
2012-04-06 02:30:20 +02:00
version=1.2.4
release=1
2011-01-10 18:18:18 +01:00
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
2007-06-25 07:09:54 +02:00
build() {
2008-07-18 07:38:47 +02:00
cd $name-$version
2007-06-25 07:09:54 +02:00
./configure \
--prefix=/usr \
--mandir=/usr/man \
--enable-gpl \
2008-07-18 07:38:47 +02:00
--disable-nls \
--with-libdv \
--without-doxygen
2007-06-25 07:09:54 +02:00
make
make DESTDIR=$PKG install
}