summaryrefslogtreecommitdiffstats
path: root/totem-pl-parser/Pkgfile
blob: 45e04d71b41d40ad788fba7727b1c8f4686b481a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Le lecteur multimédia de GNOME
# URL: http://www.gnome.org/projects/totem/
# Maintainer: NuTyX GNOME team
# Packager: thierryn1 at hispeed
# Depends on: iso-codes, gmime, gst-plugins-good, nautilus, gst-plugins-bad, gst-plugins-ugly, gst-ffmpeg
# Run on: iso-codes,gmime,gst-plugins-good,nautilus,gst-plugins-bad,gst-plugins-ugly,gst-ffmpeg

name=totem-pl-parser
version=3.4.2
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--libexecdir=/usr/lib/$name 
	make
	make DESTDIR=$PKG install
}