libpsl-32: initial import
This commit is contained in:
parent
ef6ef40f50
commit
da553d668e
0
libpsl-32/.32bit
Normal file
0
libpsl-32/.32bit
Normal file
9
libpsl-32/.footprint
Normal file
9
libpsl-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/libpsl.a
|
||||
-rwxr-xr-x root/root usr/lib32/libpsl.la
|
||||
lrwxrwxrwx root/root usr/lib32/libpsl.so -> libpsl.so.5.3.2
|
||||
lrwxrwxrwx root/root usr/lib32/libpsl.so.5 -> libpsl.so.5.3.2
|
||||
-rwxr-xr-x root/root usr/lib32/libpsl.so.5.3.2
|
||||
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/libpsl.pc
|
5
libpsl-32/.signature
Normal file
5
libpsl-32/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/compat-32.pub
|
||||
RWSwxGo/zH7eXUgYfT2vF/b0Xa+WKU1O1kScxRA3OAaK1W+npzz3v4nzu6FeByibw4gAPVTrj76sEZdSv2q0aTKJo16VVXFzcwQ=
|
||||
SHA256 (Pkgfile) = 9747b4170950ad48c56fa5f61cb66b2b526ea882afae3eef69cd8cb1497c6717
|
||||
SHA256 (.footprint) = 066f65ea41f70ed863b5d2f86e8a733f81771e66aef91a29d93839fbc40213a6
|
||||
SHA256 (libpsl-0.21.0.tar.gz) = 41bd1c75a375b85c337b59783f5deb93dbb443fb0a52d257f403df7bd653ee12
|
22
libpsl-32/Pkgfile
Normal file
22
libpsl-32/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
||||
# Description: Public Suffix List library.
|
||||
# URL: https://github.com/rockdaboot/libpsl
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: python-32 libpsl libunistring-32
|
||||
|
||||
name=libpsl-32
|
||||
version=0.21.0
|
||||
release=1
|
||||
source=(https://github.com/rockdaboot/${name%-*}/releases/download/${name%-*}-$version/${name%-*}-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd ${name%-*}-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib32
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/{bin,include,share}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user