ports/compat-32 (3.5): popt-32: initial import
commit 31892c6f83827caa4a83cbbbd184d0028e2997c6 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Aug 4 22:27:34 2019 +1000 popt-32: initial import diff --git a/popt-32/.32bit b/popt-32/.32bit new file mode 100644 index 0000000..e69de29 diff --git a/popt-32/.footprint b/popt-32/.footprint new file mode 100644 index 0000000..6ac0c0d --- /dev/null +++ b/popt-32/.footprint @@ -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 diff --git a/popt-32/.signature b/popt-32/.signature new file mode 100644 index 0000000..39cbd99 --- /dev/null +++ b/popt-32/.signature @@ -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 diff --git a/popt-32/Pkgfile b/popt-32/Pkgfile new file mode 100644 index 0000000..e42c6df --- /dev/null +++ b/popt-32/Pkgfile @@ -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} +}
participants (1)
-
crux@crux.nu