-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfreebsd-lib32.conf
32 lines (26 loc) · 941 Bytes
/
freebsd-lib32.conf
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
#
. defaults.conf
_fakeroot="$fakeroot"
include_files="^${_fakeroot}(\
/libexec/ld-elf32.so.1|\
/usr/bin/ldd32|\
/usr/lib32/.*|\
/usr/libexec/ld-elf32.so.1\
)"
include_dirs="^${_fakeroot}(\
/usr/lib32|\
/usr/lib32/.*\
)"
find_files="find -E ${_fakeroot} \( -type f -or -type l \) -and -regex \"$include_files\""
find_dirs="find -E ${_fakeroot} -type d -and -regex \"$include_dirs\""
find_size="find -E ${_fakeroot} \( -type f -or -type l \) -and -regex \"$include_files\" -exec stat -f %z {} \+"
name="freebsd-lib32"
version="9.0"
origin="local/freebsd-lib32"
comment="FreeBSD lib32"
desc="|-
FreeBSD lib32"
scripts="pre-install: |-
chflags noschg /libexec/ld-elf32.so.1 /usr/lib32/libc.so.7 /usr/lib32/libcrypt.so.5 /usr/lib32/librt.so.1 /usr/lib32/libthr.so.3 2> /dev/null
pre-deinstall: |-
chflags noschg /libexec/ld-elf32.so.1 /usr/lib32/libc.so.7 /usr/lib32/libcrypt.so.5 /usr/lib32/librt.so.1 /usr/lib32/libthr.so.3"