summaryrefslogtreecommitdiffstats
path: root/xfce/thunar-media-tags-plugin/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-03-30 21:28:52 +0200
committertnut <tnut at nutyx dot com>2011-03-30 21:28:52 +0200
commit65492ce48104c5884f0085ea6ff86bdc4f0dd0ec (patch)
treee078c84f6d41db27c82857fbe7fa3e9dcffe324a /xfce/thunar-media-tags-plugin/Pkgfile
parent7a3eb7ab1e586a77c4b1116b56aa2fa54c51dc67 (diff)
parent90ea5198056c590b750e617faa2792b451e03868 (diff)
downloadnutyx-pakxe-65492ce48104c5884f0085ea6ff86bdc4f0dd0ec.tar.gz
nutyx-pakxe-65492ce48104c5884f0085ea6ff86bdc4f0dd0ec.tar.bz2
nutyx-pakxe-65492ce48104c5884f0085ea6ff86bdc4f0dd0ec.tar.xz
nutyx-pakxe-65492ce48104c5884f0085ea6ff86bdc4f0dd0ec.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
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
-}
-