CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
popt: Inital import
authorVictor Martinez <pitillo@ono.com>
Thu, 14 Mar 2019 08:55:25 +0000 (09:55 +0100)
committerVictor Martinez <pitillo@ono.com>
Thu, 14 Mar 2019 08:55:25 +0000 (09:55 +0100)
popt/.footprint [new file with mode: 0644]
popt/.signature [new file with mode: 0644]
popt/Pkgfile [new file with mode: 0644]

diff --git a/popt/.footprint b/popt/.footprint
new file mode 100644 (file)
index 0000000..01fff6c
--- /dev/null
@@ -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 (file)
index 0000000..3d2a9ea
--- /dev/null
@@ -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 (file)
index 0000000..373559b
--- /dev/null
@@ -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
+}