summaryrefslogtreecommitdiff
path: root/sources/autoconf/autoconf.spec
diff options
context:
space:
mode:
Diffstat (limited to 'sources/autoconf/autoconf.spec')
-rw-r--r--sources/autoconf/autoconf.spec21
1 files changed, 21 insertions, 0 deletions
diff --git a/sources/autoconf/autoconf.spec b/sources/autoconf/autoconf.spec
new file mode 100644
index 0000000..317d458
--- /dev/null
+++ b/sources/autoconf/autoconf.spec
@@ -0,0 +1,21 @@
+# Maintainer: Alexander Hill <ahill@breadpudding.dev>
+SRC_HASH="ba885c1319578d6c94d46e9b0dceb4014caafe2490e437a0dbca3f270a223f5a"
+SRC_NAME="autoconf"
+SRC_URL="https://ftp.gnu.org/gnu/autoconf/autoconf-2.72.tar.xz"
+SRC_VERSION="2.72"
+
+build() {
+ tar xf ../$SRC_FILENAME
+ cd autoconf-*/
+ ./configure $TT_AUTOCONF_COMMON
+ make -O -j $TT_PROCS
+}
+
+clean() {
+ rm -rf autoconf-*/
+}
+
+package() {
+ cd autoconf-*/
+ make -O -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
+} \ No newline at end of file