first commit
This commit is contained in:
3
src/libfm-extra/.gitignore
vendored
Normal file
3
src/libfm-extra/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/libfm-extra/changes.md
Normal file
2
src/libfm-extra/changes.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# 1.3.2
|
||||
First version
|
20
src/libfm-extra/pkg.sh
Normal file
20
src/libfm-extra/pkg.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
NAME="libfm-extra"
|
||||
DESC="Library and other files required by menu-cache-gen libexec of menu-cache-1.1.0"
|
||||
VERSION="1.3.2"
|
||||
FILES=("https://downloads.sourceforge.net/pcmanfm/libfm-$VERSION.tar.xz")
|
||||
HASHES=("c87a0ff41ae77825079b2f785ec0741e")
|
||||
DEPENDS=("glib")
|
||||
|
||||
PACKAGE() {
|
||||
tar xf libfm-$VERSION.tar.xz
|
||||
cd libfm-$VERSION
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--with-extra-only \
|
||||
--with-gtk=no \
|
||||
--disable-static
|
||||
make && make DESTDIR="$ROOTDIR" install
|
||||
|
||||
cd .. && rm -r libfm-$VERSION
|
||||
}
|
Reference in New Issue
Block a user