-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig
More file actions
38 lines (26 loc) · 697 Bytes
/
Copy pathconfig
File metadata and controls
38 lines (26 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Configuration shellscript for slpm
# On OSX
#CC="gcc -arch i386"
# for system wide use
#DESTDIR="${ROOT}/_prefix"
#PREFIX="/"
# for chroot friendly
PREFIX="${ROOT}/_prefix"
DESTDIR="/"
WGET="wget --no-check-certificate -c"
REMOTE= #http://nopcode.org/slpm
#PREFIX="/usr"
CHROOTABLE=0
DODEPS=1
IGNEXE=0 # set to '1' to ignore .configure_executed and .build_executed
#CHKSUM=md5sum
# Directory to store binary packages
#BINPKGDIR=/tmp
CFLAGS="-O2 -Wall"
#LDFLAGS="-static"
MAKEFLAGS="-j4"
EXTRA_CFGARGS=""
# TODO: user-defined-per-package cflags or extra-cfgargs
SYSDEPS="gettext glib"
IGNDIRS="/usr/share/locale /usr/share/doc"
export WGET CFLAGS LDFLAGS EXTRA_CFGARGS CHKSUM IGNDIRS