summaryrefslogtreecommitdiffstats
path: root/totem-pl-parser/Pkgfile
diff options
context:
space:
mode:
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
+}