summaryrefslogtreecommitdiffstats
path: root/gnome/totem-pl-parser/Pkgfile
blob: 54cbc7923a6658dad8c63071a1a78a62ab8b9609 (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.28.2
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
}