2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-02-27 17:16:26 -07:00

Merge branch 'master' of github.com:dylanaraps/kiss-experiment

This commit is contained in:
Dylan Araps 2019-06-19 10:01:03 +03:00
commit f5b6092c69
4 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,3 @@
autoconf
automake
libressl
perl
zlib

View File

@ -34,3 +34,6 @@ make DESTDIR="$1" install
# Remove all info files.
rm -rf "$1/usr/share/info"
# Some legacy programs will expect cc
ln -s gcc "$1/usr/bin/cc"

View File

@ -1,4 +1,4 @@
autoconf
autoconf make
curl
libressl
perl

View File

@ -1 +1 @@
http://rabbit.dereferenced.org/~nenolod/distfiles/pkgconf-0.9.12.tar.bz2
https://distfiles.dereferenced.org/pkgconf/pkgconf-0.9.12.tar.bz2