vifm: add update_ignore
This commit is contained in:
parent
e93a4cc111
commit
8dbd35e339
1 changed files with 2 additions and 4 deletions
|
@ -11,15 +11,13 @@ short_desc="Ncurses-based file manager with vi-like keybindings"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://vifm.info/"
|
homepage="http://vifm.info/"
|
||||||
|
update_ignore="*win32"
|
||||||
distfiles="${SOURCEFORGE_SITE}/vifm/vifm-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/vifm/vifm-${version}.tar.bz2"
|
||||||
checksum=5dfbb26c2038a58dcff12026dab736e29d547b4aa3ff5912e4d844064c9e7603
|
checksum=5dfbb26c2038a58dcff12026dab736e29d547b4aa3ff5912e4d844064c9e7603
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i \
|
sed -i 's,groff,mandoc,g;s,../data/vifmrc ,,' src/Makefile.in
|
||||||
-e 's,groff,mandoc,g' \
|
|
||||||
-e 's,../data/vifmrc ,,' src/Makefile.in
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install () {
|
post_install () {
|
||||||
vsconf data/vifmrc
|
vsconf data/vifmrc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue