Logo
Explore Help
Sign In
archr/Arch-R
0
0
Fork 0
You've already forked Arch-R
mirror of https://github.com/archr-linux/Arch-R.git synced 2026-03-31 14:41:55 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
df87f0050f91c7ca9ef978557fbfa93bbca8490d
Arch-R/packages/sysutils/grep/build

14 lines
242 B
Plaintext
Raw Normal View History

new package: - add package grep, we need an full featured grep for upcoming pm-utils
2010-05-02 16:18:05 +02:00
#!/bin/sh
packages/sysutils: remove $PKG_DIR declaration (now in config/path), include config/options with package name Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-21 18:55:47 +02:00
. config/options $1
new package: - add package grep, we need an full featured grep for upcoming pm-utils
2010-05-02 16:18:05 +02:00
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
grep: add some usefull configure options Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-26 22:00:37 +01:00
--disable-silent-rules \
--disable-rpath \
--with-gnu-ld \
new package: - add package grep, we need an full featured grep for upcoming pm-utils
2010-05-02 16:18:05 +02:00
grep: - remove link time optimization hack (not more needed)
2010-06-14 01:28:04 +02:00
make
Reference in New Issue Copy Permalink
Powered by Gitea Page: 208ms Template: 8ms
English
English
Licenses API