mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-03 00:20:09 -07:00
gnugrep: add to extra
This commit is contained in:
parent
12f128320f
commit
698a8065bf
11
extra/gnugrep/build
Executable file
11
extra/gnugrep/build
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
export CFLAGS="$CFLAGS -Wno-error -static"
|
||||||
|
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr
|
||||||
|
|
||||||
|
make
|
||||||
|
make DESTDIR="$1" install
|
||||||
|
|
||||||
|
install -Dm755 src/grep "$1/usr/bin/ggrep"
|
1
extra/gnugrep/checksums
Normal file
1
extra/gnugrep/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
667e15e8afe189e93f9f21a7cd3a7b3f776202f417330b248c2ad4f997d9373e
|
1
extra/gnugrep/sources
Normal file
1
extra/gnugrep/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://ftp.gnu.org/gnu/grep/grep-3.6.tar.xz
|
1
extra/gnugrep/version
Normal file
1
extra/gnugrep/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.6 1
|
Loading…
Reference in New Issue
Block a user