summaryrefslogtreecommitdiffstats
path: root/xfce/thunar-media-tags-plugin/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/thunar-media-tags-plugin/Pkgfile')
-rwxr-xr-xxfce/thunar-media-tags-plugin/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/xfce/thunar-media-tags-plugin/Pkgfile b/xfce/thunar-media-tags-plugin/Pkgfile
deleted file mode 100755
index be908c76d..000000000
--- a/xfce/thunar-media-tags-plugin/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Plugin d'édition des tags mp3/ogg pour thunar
-# URL: http://xfce-goodies.berlios.de/
-# Maintainer: NuTyX core team
-# Packager: fred.galusik at gmail dot com
-# Depends on: taglib, thunar
-# Run on: taglib,thunar
-
-name=thunar-media-tags-plugin
-version=0.1.2
-release=6
-source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.bz2)
-
-build() {
-cd $name-$version
- ./configure --prefix=/usr \
- --libexecdir=/usr/lib/xfce4 \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static
- make
- make DESTDIR=$PKG install
-}
-