# Description: gvfs frontend to manage connections to remote filesystems # URL: https://docs.xfce.org/apps/gigolo/start # Maintainer: mac-a-r0ni, j at lngn dot net # Depends on: intltool gvfs name=gigolo version=0.5.3 release=1 source=(https://archive.xfce.org/src/apps/$name/0.5/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/$name \ --sysconfdir=/etc \ --disable-nls make make DESTDIR=$PKG install rm -r $PKG/usr/share/doc }