summaryrefslogtreecommitdiffstats
path: root/totem-pl-parser/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
committerpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
commit457ba45f1f7d291d5881f18786b6a876573a8320 (patch)
tree0cb3caa3241b510b8a377f683aaa559342424471 /totem-pl-parser/Pkgfile
downloadgnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.gz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.bz2
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.xz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.zip
Création du dépôt
Diffstat (limited to 'totem-pl-parser/Pkgfile')
-rw-r--r--totem-pl-parser/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/totem-pl-parser/Pkgfile b/totem-pl-parser/Pkgfile
new file mode 100644
index 0000000..21091f3
--- /dev/null
+++ b/totem-pl-parser/Pkgfile
@@ -0,0 +1,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=2.32.5
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --libexecdir=/usr/lib/$name
+ make
+ make DESTDIR=$PKG install
+}