milis/talimatname/genel/libfm-extra/talimat

22 lines
601 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Libfm-ekstra paket kütüphane ve önbelleği 1.0.0-menü libexec menü-cache-gen tarafından gerekli diğer dosyaları içerir.
# URL: http://pcmanfm.sourceforge.net/
# Packager: milisarge
# Depends on: glib intltool perl-xml-parser
name=libfm-extra
_name=libfm
version=1.2.3
release=1
source=(http://downloads.sourceforge.net/pcmanfm/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-extra-only \
--with-gtk=no \
--disable-static
make
make DESTDIR=$PKG install
}