forked from ports/compat-32
libdaemon-32: initial import
This commit is contained in:
parent
1d14b0d25f
commit
e50ea892f5
0
libdaemon-32/.32bit
Normal file
0
libdaemon-32/.32bit
Normal file
9
libdaemon-32/.footprint
Normal file
9
libdaemon-32/.footprint
Normal file
@ -0,0 +1,9 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rw-r--r-- root/root usr/lib32/libdaemon.a
|
||||
-rwxr-xr-x root/root usr/lib32/libdaemon.la
|
||||
lrwxrwxrwx root/root usr/lib32/libdaemon.so -> libdaemon.so.0.5.0
|
||||
lrwxrwxrwx root/root usr/lib32/libdaemon.so.0 -> libdaemon.so.0.5.0
|
||||
-rwxr-xr-x root/root usr/lib32/libdaemon.so.0.5.0
|
||||
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/libdaemon.pc
|
5
libdaemon-32/.signature
Normal file
5
libdaemon-32/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/compat-32.pub
|
||||
RWSwxGo/zH7eXfhmND9nmekOFANoBFzFfT8hPIQra7K4VNlFcERnYo84Tpw5IuFrMCjdbo//qgbYuWY6PE6FlYBp3gtfohtX/wU=
|
||||
SHA256 (Pkgfile) = c7fd8e8af6d49246f4a4e0bcef01f9f3b6aae6cc9dbe798157b851a15b2e3dcf
|
||||
SHA256 (.footprint) = 7ac2cfccf0fdccfe6f41bd897cef77c5028ab16203021bddaa878ce5faea93f5
|
||||
SHA256 (libdaemon-0.14.tar.gz) = fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834
|
23
libdaemon-32/Pkgfile
Normal file
23
libdaemon-32/Pkgfile
Normal file
@ -0,0 +1,23 @@
|
||||
# Description: a lightweight C library that eases the writing of UNIX daemons
|
||||
# URL: http://0pointer.de/lennart/projects/libdaemon/
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: libdaemon
|
||||
|
||||
name=libdaemon-32
|
||||
version=0.14
|
||||
release=1
|
||||
source=(https://0pointer.de/lennart/projects/${name%-*}/${name%-*}-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd ${name%-*}-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib32 \
|
||||
--disable-lynx
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/{include,share}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user