From cb447620084a20be80d116c81c2e9ec110be7118 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 01:23:51 +0000 Subject: restructured repo system --- repo/core/automake.xibuild | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 repo/core/automake.xibuild (limited to 'repo/core/automake.xibuild') diff --git a/repo/core/automake.xibuild b/repo/core/automake.xibuild deleted file mode 100644 index f83fc62..0000000 --- a/repo/core/automake.xibuild +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -DEPS=(perl bash) - -SOURCE=https://ftp.gnu.org/gnu/automake/automake-1.16.5.tar.xz -DESC="A GNU tool for automatically creating Makefiles" - -build () { - ./configure --prefix=/usr -docdir=/usr/share/doc/automake-1.16.5 - make - make -j4 check - make DESTDIR=$PKG_DEST install -} - -package () { - # backwards compatibility? - ln -s /usr/bin/aclocal $PKG_DEST/usr/bin/aclocal-1.15 -} -- cgit v1.2.1