xfce4/gigolo/Pkgfile
2024-06-13 05:34:56 -04:00

26 lines
503 B
Plaintext

# 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=2
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
}