# Description: Share a folder using Samba from Xfce file manager # URL: http://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin # Maintainer: David L. Craig, dlc dot usa at gmail dot com # Depends on: thunar # Xfce git (https://git.xfce.org/) group: thunar-plugins xfcerel=4.14 name=thunar-shares-plugin version=0.3.0 release=1 source=(http://archive.xfce.org/src/thunar-plugins/$name/${version%.*}/$name-$version.tar.bz2 xfce_$xfcerel.$name ) build () { # The port's pre-install script ensured the build and/or deploy system is in the # right state to build and/or deploy this port. # Establish the $xfcerel $name file for this port: install -d -m0755 -groot -oroot $PKG/var/lib/pkg/xfce/$xfcerel install -T -m0644 -groot -oroot $SRC/xfce_$xfcerel.$name \ $PKG/var/lib/pkg/xfce/$xfcerel/$name # Build the canonical package: cd $name-$version ./configure --prefix=/usr \ --libexecdir=/usr/lib/thunar \ --disable-nls \ --disable-dependency-tracking make make DESTDIR=$PKG install rm -r $PKG/usr/share }