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

name=totem-pl-parser
version=2.30.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)

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