autoconf recipe
This commit is contained in:
parent
9f14fff2c1
commit
fc4388dc47
1 changed files with 11 additions and 0 deletions
11
recipes/autoconf/Makefile
Normal file
11
recipes/autoconf/Makefile
Normal 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
|
Loading…
Add table
Reference in a new issue