summaryrefslogtreecommitdiffstats
path: root/xfce/thunar-media-tags-plugin/Pkgfile
blob: be908c76d59fe9ad84cec672007b548af63cd2ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
}