lxqt/libfm-extra/Pkgfile
2024-07-23 08:20:18 -04:00

33 lines
517 B
Plaintext

# Description: Library for file management extra data
# URL: https://lxde.org
# Maintainer: Jay Lanagan, j at lngn dot net
# Depends on: glib
name=libfm-extra
version=1.3.2
release=1
source=(https://github.com/lxde/libfm/archive/${version}/libfm-$version.tar.gz)
build()
{
cd libfm-$version
autoreconf -fi
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-extra-only \
--with-gtk=no \
--disable-static
make
make DESTDIR="$PKG" install
rm -rf $PKG/usr/lib/*.la
rm $PKG/usr/include/libfm
}