popt-32: initial import
This commit is contained in:
parent
f3c1abfa20
commit
31892c6f83
0
popt-32/.32bit
Normal file
0
popt-32/.32bit
Normal file
9
popt-32/.footprint
Normal file
9
popt-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/libpopt.a
|
||||
-rwxr-xr-x root/root usr/lib32/libpopt.la
|
||||
lrwxrwxrwx root/root usr/lib32/libpopt.so -> libpopt.so.0.0.0
|
||||
lrwxrwxrwx root/root usr/lib32/libpopt.so.0 -> libpopt.so.0.0.0
|
||||
-rwxr-xr-x root/root usr/lib32/libpopt.so.0.0.0
|
||||
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/popt.pc
|
5
popt-32/.signature
Normal file
5
popt-32/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/compat-32.pub
|
||||
RWSwxGo/zH7eXRjDWK/c4y+nBe655PdhozunXmiLg8j9jASjpYg9l8d1pbsQfmUUIX6EYzDDfYFaBbsq1ZS4x/wbil1fiNsvfAw=
|
||||
SHA256 (Pkgfile) = e2abea7853b37c2b0310121538f8dab6a7be6812b2af443855c360f4718d9e9c
|
||||
SHA256 (.footprint) = 89a566bf91aa197d725da9380f970bf70fce298f026bf8b6d7d4bc047132c528
|
||||
SHA256 (popt-1.16.tar.gz) = e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
|
23
popt-32/Pkgfile
Normal file
23
popt-32/Pkgfile
Normal file
@ -0,0 +1,23 @@
|
||||
# Description: Commandline option parser
|
||||
# URL: http://rpm5.org/files/popt/
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: popt
|
||||
|
||||
name=popt-32
|
||||
version=1.16
|
||||
release=1
|
||||
source=(https://ftp.rpm.org/mirror/${name%-*}/${name%-*}-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd ${name%-*}-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib32 \
|
||||
--disable-nls
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG pkgconfigdir='/usr/lib32/pkgconfig' install
|
||||
|
||||
rm -r $PKG/usr/{share,include}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user