autoconf recipe

master
Philippe Pittoli 2021-03-27 23:49:19 +01:00
parent 9f14fff2c1
commit fc4388dc47
1 changed files with 11 additions and 0 deletions

11
recipes/autoconf/Makefile Normal file
View File

@ -0,0 +1,11 @@
name = autoconf
version = 2.71
release = 0
URL = https://ftp.gnu.org/gnu/autoconf/autoconf-$(version).tar.gz
dependencies = m4 perl
# TODO: ln $(which m4) /usr/bin/m4
SYSCONF ?= ../../
include $(SYSCONF)/package.mk