diff --git a/recipes/libtermkey/Makefile b/recipes/libtermkey/Makefile new file mode 100644 index 0000000..7b53bf2 --- /dev/null +++ b/recipes/libtermkey/Makefile @@ -0,0 +1,8 @@ +name = libtermkey +version = 0.22 +URL = http://www.leonerd.org.uk/code/libtermkey/libtermkey-$(version).tar.gz + +build-dependencies = pkgconf ncurses-dev libtool + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk