contrib/libfm-extra/Pkgfile

26 lines
504 B
Plaintext

# Description: Extra library for file management
# URL: https://wiki.lxde.org/en/PCManFM
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: glib intltool
name=libfm-extra
version=1.3.1
release=1
source=(https://downloads.sourceforge.net/pcmanfm/libfm-$version.tar.xz)
build() {
cd libfm-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--with-extra-only \
--with-gtk=no
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
}