diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:34 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:34 +0000 |
| commit | 8df1d35909ec2d57a6845f5b2c26ee1e83cfd032 (patch) | |
| tree | 88e5aaa8cf9d3c0538cdff935a56786705548d75 /make | |
| parent | 96ec28ea0d2c05032f40f50bc6b9de7020138f57 (diff) | |
| download | alicelinux-8df1d35909ec2d57a6845f5b2c26ee1e83cfd032.tar.gz alicelinux-8df1d35909ec2d57a6845f5b2c26ee1e83cfd032.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'make')
| -rw-r--r-- | make/.checksum | 1 | ||||
| -rw-r--r-- | make/.files | 14 | ||||
| -rw-r--r-- | make/abuild | 4 |
3 files changed, 19 insertions, 0 deletions
diff --git a/make/.checksum b/make/.checksum new file mode 100644 index 00000000..d4f46582 --- /dev/null +++ b/make/.checksum @@ -0,0 +1 @@ +a7d8aee97b7e9a525ef561afa84eea0d929f246e3aafa420231c0602151cf9eb make-4.4.1.tar.gz diff --git a/make/.files b/make/.files new file mode 100644 index 00000000..01deefbf --- /dev/null +++ b/make/.files @@ -0,0 +1,14 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/make +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/gnumake.h +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/make.info-1.gz +-rw-r--r-- root/root usr/share/info/make.info-2.gz +-rw-r--r-- root/root usr/share/info/make.info-3.gz +-rw-r--r-- root/root usr/share/info/make.info.gz +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/make.1.gz diff --git a/make/abuild b/make/abuild new file mode 100644 index 00000000..6a828a9a --- /dev/null +++ b/make/abuild @@ -0,0 +1,4 @@ +name=make +version=4.4.1 +release=1 +source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz" |