summaryrefslogtreecommitdiffhomepage
path: root/307.libfetch.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-06-29 17:12:44 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-06-29 17:12:44 +0000
commit57879e8a366daf9ff3e6f778cc0db8b37708fde3 (patch)
treeed0b22daf5ab110c5f6f3b6dd826161ff386a94e /307.libfetch.vars
parentdfa5d9f05d18af8adc7eb55a85b08e8ec7cee45b (diff)
downloadmidipix_build-57879e8a366daf9ff3e6f778cc0db8b37708fde3.tar.bz2
midipix_build-57879e8a366daf9ff3e6f778cc0db8b37708fde3.tar.xz
Adds man-db v2.7.5 and its dependencies gdbm v1.12 and libpipeline v1.4.1.
Diffstat (limited to '307.libfetch.vars')
-rw-r--r--307.libfetch.vars11
1 files changed, 0 insertions, 11 deletions
diff --git a/307.libfetch.vars b/307.libfetch.vars
deleted file mode 100644
index b1b9d775..00000000
--- a/307.libfetch.vars
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# . ./build.vars and set -o errexit are assumed.
-#
-
-pkg_libfetch_extract_post() {
- cd ${PKG_SUBDIR} && \
- fetch http://git.alpinelinux.org/cgit/aports/plain/main/libfetch/Makefile && \
- cd ${OLDPWD};
-};
-
-# vim:filetype=sh