summaryrefslogtreecommitdiffstats
path: root/gnome/totem-pl-parser/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/totem-pl-parser/Pkgfile')
-rwxr-xr-xgnome/totem-pl-parser/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnome/totem-pl-parser/Pkgfile b/gnome/totem-pl-parser/Pkgfile
deleted file mode 100755
index f421d2eab..000000000
--- a/gnome/totem-pl-parser/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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, 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.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
-}