Magellan Linux

Contents of /branches/magellan-next/extras/thunar-media-tags-plugin/thunar-media-tags-plugin-0.1.2_git20111117-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9246 - (show annotations) (download)
Thu Nov 17 16:07:35 2011 UTC (12 years, 5 months ago) by niro
File size: 513 byte(s)
auto added: ver bump to 0.1.2_git20111117-r1
1 # $Id$
2
3 PNAME="thunar-media-tags-plugin"
4 PVER="0.1.2_git20111117"
5 PBUILD="r1"
6
7 DESCRIPTION="Automatic management for removeable devices in thunar."
8 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin/"
9
10 DEPEND=">= xfce-base/thunar-1.2.3
11 >= media-libs/taglib-1.7"
12
13 SRCFILE="${PNAME}-${PVER}.tar.bz2"
14 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
15
16 sminclude xfce
17
18 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"
19
20 src_prepare()
21 {
22 munpack ${SRCFILE} || die
23 cd ${SRCDIR}
24
25 mautoreconf || die
26 }