From 56d2a209c9436a930fa0c6a891b46d8b44abd916 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 14 Mar 2019 09:55:25 +0100 Subject: [PATCH] popt: Inital import --- popt/.footprint | 15 +++++++++++++++ popt/.signature | 5 +++++ popt/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 popt/.footprint create mode 100644 popt/.signature create mode 100644 popt/Pkgfile diff --git a/popt/.footprint b/popt/.footprint new file mode 100644 index 0000000..01fff6c --- /dev/null +++ b/popt/.footprint @@ -0,0 +1,15 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/popt.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libpopt.a +-rwxr-xr-x root/root usr/lib/libpopt.la +lrwxrwxrwx root/root usr/lib/libpopt.so -> libpopt.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libpopt.so.0 -> libpopt.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libpopt.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/popt.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/popt.3.gz diff --git a/popt/.signature b/popt/.signature new file mode 100644 index 0000000..3d2a9ea --- /dev/null +++ b/popt/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt-arm64.pub +RWRitF9a2DJqMbdiI4b1pw1oFwl2b8pn5zSHesBxYdL2p6zr/3cnqOK8Rl1wLar61cRIYyoZCfjP8ENEsSWv44OpwvlICIhZ2gc= +SHA256 (Pkgfile) = 7423fd6d9674972cd7b312b04569b71001999a83ad221d4f89ea6d95e1ad28bf +SHA256 (.footprint) = ca061300ec5c3d41243c6e0670e672aa7a8d8dac0e5775f898802bd301eaae5e +SHA256 (popt-1.16.tar.gz) = e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8 diff --git a/popt/Pkgfile b/popt/Pkgfile new file mode 100644 index 0000000..373559b --- /dev/null +++ b/popt/Pkgfile @@ -0,0 +1,21 @@ +# Description: commandline option parser +# URL: http://rpm5.org/files/popt/ +# Packager: Robert McMeekin, viper at mcmeekin dot info +# Maintainer: Thomas Penteker, tek at serverop dot de +# Packager: Matt Housh, jaeger at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: gettext + +name=popt +version=1.16 +release=2 +source=(http://ftp.rpm.org/mirror/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --disable-nls \ + --build=aarch64-unknown-linux-gnueab + make + make DESTDIR=$PKG install +} -- 2.26.2