forked from pikhq/sabotage
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add mp-32 (mp 3.2.13, as used by puppy linux)
see #442 for background
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[mirrors] | ||
http://triptico.com/download/mp-3.2.13.tar.gz | ||
|
||
[vars] | ||
filesize=191455 | ||
sha512=30115b5b534e46dcf936cdf45ec140328bf7f4a7a933c9ed5b191e96341623b5ab9f0537dfe3cc56167ce30cc9e095378d4595f317dcac7580302600a74c8e6c | ||
desc='older version of mp text editor, preferred by puppy/quirky linux' | ||
|
||
[deps] | ||
curses | ||
|
||
[build] | ||
echo "LIBS=-lcurses -lterminfo" >> makefile.depend | ||
LDFLAGS="$optldflags -static" CFLAGS="$optcflags" make -j$MAKE_THREADS mp | ||
dest="$butch_install_dir""$butch_prefix" | ||
install -Dm 755 mp $dest/bin/mp |