From 6ba6ad9d58216947be3e01ae76bc767fb918fc8a Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sun, 22 May 2016 22:53:28 +0100 Subject: [PATCH] add mp-32 (mp 3.2.13, as used by puppy linux) see #442 for background --- pkg/mp-32 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pkg/mp-32 diff --git a/pkg/mp-32 b/pkg/mp-32 new file mode 100644 index 000000000..52b3c7493 --- /dev/null +++ b/pkg/mp-32 @@ -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