summaryrefslogtreecommitdiffstats
path: root/tumbler/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'tumbler/Pkgfile')
-rw-r--r--tumbler/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/tumbler/Pkgfile b/tumbler/Pkgfile
new file mode 100644
index 000000000..727ca8828
--- /dev/null
+++ b/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,ffmpegthumbnailer,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
+}