summaryrefslogtreecommitdiffstats
path: root/libquicktime/Pkgfile
blob: 47d7f19520e246392fc876c292ae1dc7d81f1ac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Description: Contient la librairie libquicktime, des plguins et codecs avec des commandes en ligne et graphiques
# URL: http://libquicktime.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: mesa3d, gtk, lame, ffmpeg, xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama, xorg-videoproto, xorg-libxv
# Run on: mesa3d,gtk,lame,ffmpeg,xorg-libxv

name=libquicktime
version=1.2.3
release=1
source=(  http://downloads.sourceforge.net/$name/$name-$version.tar.gz)


build() {
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
		--without-doxygen
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/doc
}