Skip to content

Commit

Permalink
add mp-32 (mp 3.2.13, as used by puppy linux)
Browse files Browse the repository at this point in the history
see #442 for background
  • Loading branch information
rofl0r committed May 22, 2016
1 parent 4764d2a commit 6ba6ad9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkg/mp-32
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

0 comments on commit 6ba6ad9

Please sign in to comment.