From fa913357af2c6d37ca56085c73fc62db3747a1c3 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 31 Aug 2012 21:34:41 +0000 Subject: [PATCH] Initial .bep for keymapswitcher --- .../keymapswitcher/keymapswitcher-1.2.7.bep | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 haiku-apps/keymapswitcher/keymapswitcher-1.2.7.bep diff --git a/haiku-apps/keymapswitcher/keymapswitcher-1.2.7.bep b/haiku-apps/keymapswitcher/keymapswitcher-1.2.7.bep new file mode 100644 index 000000000..79bb31fb2 --- /dev/null +++ b/haiku-apps/keymapswitcher/keymapswitcher-1.2.7.bep @@ -0,0 +1,20 @@ +DESCRIPTION="keymap switcher for Haiku." +HOMEPAGE="http://www.switcher.sourceforge.net" +SRC_URI="cvs://:pserver:anonymous@switcher.cvs.sourceforge.net:/cvsroot/switcher/keymapswitcher\(haiku\)" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +#CHECKSUM_MD5="" +BUILD { + cd keymapswitcher-1.2.7 + make +} + +INSTALL { + cd keymapswitcher-1.2.7 + make package + cp dist/*.zip ../.. +} + +COPYRIGHT="1999-2003 Stas Maximov" +LICENSE="BSD (4-clause)"