# Description: Plugin pour thunar sous Xfce4 # URL: http://users.xfce.org/~benny/projects/thunar-archive-plugin/ # Maintainer: NuTyX core team # Packager: tnut at nutyx dot com # Depends on: thunar, xarchiver, xfce4-dev-tools # Run on: thunar,xarchiver name=thunar-archive-plugin version=0.3.0 release=1 source=(http://nutyx.meticul.eu/files/$name-$version.tar.bz2 ) build() { cd thunar-archive-plugin-thunar-archive-plugin-$version sh autogen.sh ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ --localstatedir=/var \ --enable-static=no make make DESTDIR=$PKG install }