contrib/pcmanfm/Pkgfile

24 lines
473 B
Plaintext
Raw Normal View History

2017-03-22 01:29:18 +01:00
# Description: Fast and lightweight file manager.
# URL: http://pcmanfm.sourceforge.net/
# Maintainer: Danny Rawlins, crux at romster dot me
2017-11-01 13:35:12 +01:00
# Depends on: desktop-file-utils libfm
2017-03-22 01:29:18 +01:00
# Optional: gvfs udisks xarchiver
name=pcmanfm
2020-01-05 08:36:11 +01:00
version=1.3.1
2017-03-22 01:29:18 +01:00
release=1
2020-01-05 08:36:11 +01:00
source=(https://downloads.sourceforge.net/$name/$name-$version.tar.xz)
2017-03-22 01:29:18 +01:00
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
}