first commit
This commit is contained in:
8
apache2.pkg
Normal file
8
apache2.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for apache2
|
||||
VERSION=2.4.58
|
||||
URL=https://downloads.apache.org/httpd/httpd-2.4.58.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=pcre,zlib,openssl
|
||||
SYSTEM_PROVIDED=no
|
||||
8
awk.pkg
Normal file
8
awk.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for awk
|
||||
VERSION=5.2.2
|
||||
URL=https://ftp.gnu.org/gnu/gawk/gawk-5.2.2.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
bash.pkg
Normal file
8
bash.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for bash
|
||||
VERSION=5.3
|
||||
URL=https://ftp.gnu.org/gnu/bash/bash-5.3.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
bzip2.pkg
Normal file
8
bzip2.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for bzip2
|
||||
VERSION=1.0.8
|
||||
URL=https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
cmake.pkg
Normal file
8
cmake.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for cmake
|
||||
VERSION=3.27.7
|
||||
URL=https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./bootstrap && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
coreutils.pkg
Normal file
8
coreutils.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for coreutils
|
||||
VERSION=9.1
|
||||
URL=https://ftp.gnu.org/gnu/coreutils/coreutils-9.1.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
curl.pkg
Normal file
8
curl.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for curl
|
||||
VERSION=8.1.1
|
||||
URL=https://curl.se/download/curl-8.1.1.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=openssl,zlib
|
||||
SYSTEM_PROVIDED=no
|
||||
8
findutils.pkg
Normal file
8
findutils.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for findutils
|
||||
VERSION=4.11.2
|
||||
URL=https://ftp.gnu.org/gnu/findutils/findutils-4.11.2.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
g++.pkg
Normal file
8
g++.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for g++
|
||||
VERSION=13.3.0
|
||||
URL=https://ftp.gnu.org/gnu/gcc/gcc-13.3.0/gcc-13.3.0.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
gcc.pkg
Normal file
8
gcc.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for gcc
|
||||
VERSION=13.3.0
|
||||
URL=https://ftp.gnu.org/gnu/gcc/gcc-13.3.0/gcc-13.3.0.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
gdb.pkg
Normal file
8
gdb.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for gdb
|
||||
VERSION=13.2
|
||||
URL=https://ftp.gnu.org/gnu/gdb/gdb-13.2.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
git.pkg
Normal file
8
git.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for git
|
||||
VERSION=2.42.0
|
||||
URL=https://github.com/git/git/archive/refs/tags/v2.42.0.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=make prefix=/usr all
|
||||
INSTALL=make prefix=/usr install
|
||||
DEPS=curl,openssl,zlib
|
||||
SYSTEM_PROVIDED=no
|
||||
8
grep.pkg
Normal file
8
grep.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for grep
|
||||
VERSION=3.12
|
||||
URL=https://ftp.gnu.org/gnu/grep/grep-3.12.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
gzip.pkg
Normal file
8
gzip.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for gzip
|
||||
VERSION=1.12
|
||||
URL=https://ftp.gnu.org/gnu/gzip/gzip-1.12.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
htop.pkg
Normal file
8
htop.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for htop
|
||||
VERSION=3.3.2
|
||||
URL=https://hisham.hm/htop/releases/3.3.2/htop-3.3.2.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
iproute2.pkg
Normal file
8
iproute2.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for iproute2
|
||||
VERSION=6.6.0
|
||||
URL=https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.6.0.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
iputils.pkg
Normal file
8
iputils.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for iputils
|
||||
VERSION=20231006
|
||||
URL=https://github.com/iputils/iputils/archive/refs/tags/v20231006.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
jq.pkg
Normal file
8
jq.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for jq
|
||||
VERSION=1.7
|
||||
URL=https://github.com/stedolan/jq/releases/download/jq-1.7/jq-1.7.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=autoreconf -i && ./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
lsof.pkg
Normal file
8
lsof.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for lsof
|
||||
VERSION=4.96
|
||||
URL=https://sourceforge.net/projects/lsof/files/lsof/4.96/lsof_4.96.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
make.pkg
Normal file
8
make.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for make
|
||||
VERSION=4.4
|
||||
URL=https://ftp.gnu.org/gnu/make/make-4.4.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
nano.pkg
Normal file
8
nano.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for nano
|
||||
VERSION=7.2
|
||||
URL=https://www.nano-editor.org/dist/v7/nano-7.2.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
nginx.pkg
Normal file
8
nginx.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for nginx
|
||||
VERSION=1.26.2
|
||||
URL=https://nginx.org/download/nginx-1.26.2.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=pcre,zlib,openssl
|
||||
SYSTEM_PROVIDED=no
|
||||
8
nodejs.pkg
Normal file
8
nodejs.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for nodejs
|
||||
VERSION=20.4.0
|
||||
URL=https://nodejs.org/dist/v20.4.0/node-v20.4.0.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
openssl.pkg
Normal file
8
openssl.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for openssl
|
||||
VERSION=3.1.3
|
||||
URL=https://www.openssl.org/source/openssl-3.1.3.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./config && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=yes
|
||||
8
perl.pkg
Normal file
8
perl.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for perl
|
||||
VERSION=5.40.0
|
||||
URL=https://www.cpan.org/src/5.0/perl-5.40.0.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./Configure -des -Dprefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
postgresql.pkg
Normal file
8
postgresql.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for postgresql
|
||||
VERSION=16.2
|
||||
URL=https://ftp.postgresql.org/pub/source/v16.2/postgresql-16.2.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
python3.pkg
Normal file
8
python3.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for python3
|
||||
VERSION=3.12.0
|
||||
URL=https://www.python.org/ftp/python/3.12.0/Python-3.12.0.tgz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
redis.pkg
Normal file
8
redis.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for redis
|
||||
VERSION=7.2.0
|
||||
URL=https://download.redis.io/releases/redis-7.2.0.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
rsync.pkg
Normal file
8
rsync.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for rsync
|
||||
VERSION=3.3.5
|
||||
URL=https://download.samba.org/pub/rsync/rsync-3.3.5.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
ruby.pkg
Normal file
8
ruby.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for ruby
|
||||
VERSION=3.2.2
|
||||
URL=https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
sed.pkg
Normal file
8
sed.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for sed
|
||||
VERSION=4.9
|
||||
URL=https://ftp.gnu.org/gnu/sed/sed-4.9.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
sqlite3.pkg
Normal file
8
sqlite3.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for sqlite3
|
||||
VERSION=3.44.0
|
||||
URL=https://www.sqlite.org/2026/sqlite-autoconf-3440000.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
strace.pkg
Normal file
8
strace.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for strace
|
||||
VERSION=6.3
|
||||
URL=https://strace.io/download/strace-6.3.tar.xz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
tar.pkg
Normal file
8
tar.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for tar
|
||||
VERSION=1.34
|
||||
URL=https://ftp.gnu.org/gnu/tar/tar-1.34.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
tmux.pkg
Normal file
8
tmux.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for tmux
|
||||
VERSION=4.2
|
||||
URL=https://github.com/tmux/tmux/releases/download/4.2/tmux-4.2.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=libevent,ncurses
|
||||
SYSTEM_PROVIDED=no
|
||||
8
unzip.pkg
Normal file
8
unzip.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for unzip
|
||||
VERSION=6.1
|
||||
URL=https://downloads.sourceforge.net/infozip/unzip60.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=make -f unix/Makefile generic
|
||||
INSTALL=make -f unix/Makefile install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
valgrind.pkg
Normal file
8
valgrind.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for valgrind
|
||||
VERSION=3.22.0
|
||||
URL=https://sourceware.org/pub/valgrind/valgrind-3.22.0.tar.bz2
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=
|
||||
SYSTEM_PROVIDED=no
|
||||
8
vim.pkg
Normal file
8
vim.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for vim
|
||||
VERSION=9.0.0000
|
||||
URL=https://github.com/vim/vim/archive/refs/tags/v9.0.0000.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=ncurses
|
||||
SYSTEM_PROVIDED=no
|
||||
8
wget.pkg
Normal file
8
wget.pkg
Normal file
@@ -0,0 +1,8 @@
|
||||
# Forge package for wget
|
||||
VERSION=1.22.3
|
||||
URL=https://ftp.gnu.org/gnu/wget/wget-1.22.3.tar.gz
|
||||
SOURCE_TYPE=tarball
|
||||
BUILD=./configure --prefix=/usr && make
|
||||
INSTALL=make install
|
||||
DEPS=openssl,zlib
|
||||
SYSTEM_PROVIDED=no
|
||||
Reference in New Issue
Block a user