summaryrefslogtreecommitdiffstats
path: root/extra/tumbler/Pkgfile
diff options
context:
space:
mode:
authorinstall <thierry@NuTyX.(none)>2011-11-15 21:51:30 +0100
committerinstall <thierry@NuTyX.(none)>2011-11-15 21:51:30 +0100
commit2d87a32657d7785e678776b0d2f170c16f67b828 (patch)
treef0e4e8fe501363af34bc8365133e14247a67410e /extra/tumbler/Pkgfile
parentc960714d1d9884593969a5156d1b34402d927d4f (diff)
downloadnutyx-extra-2d87a32657d7785e678776b0d2f170c16f67b828.tar.gz
nutyx-extra-2d87a32657d7785e678776b0d2f170c16f67b828.tar.bz2
nutyx-extra-2d87a32657d7785e678776b0d2f170c16f67b828.tar.xz
nutyx-extra-2d87a32657d7785e678776b0d2f170c16f67b828.zip
ajout de tumbler 0.1.22-1
Diffstat (limited to 'extra/tumbler/Pkgfile')
-rw-r--r--extra/tumbler/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/tumbler/Pkgfile b/extra/tumbler/Pkgfile
new file mode 100644
index 000000000..f2c628b74
--- /dev/null
+++ b/extra/tumbler/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Gestion des étiquettes ds thunar
+# URL: http://www.ohloh.net/p/tumbler-xfce
+# Maintainer: NuTyX core team
+# Packager: tnut at nutyx dot com
+# Depends on: libexif, gdk-pixbuf, dbus-glib, freetype, libjpeg, ffmpegthumbnailer, poppler-glib, gstreamer
+# Run on: libexif,gdk-pixbuf,dbus-glib,freetype,libjpeg,ffmegthumbnailer,poppler-glib,gstreamer
+
+name=tumbler
+version=0.1.22
+release=1
+source=(http://archive.xfce.org/src/xfce/${name}/0.1/${name}-${version}.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}