summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072018-04-12 17:30:39 +0200
committersL1pKn072018-04-12 17:30:39 +0200
commit002b0286f2dd0e169f72af96206e6af8937153e4 (patch)
tree4f2179fd514ab13dadf591b32de44936b58f33ab
parentf795836a5cf065851ab88452a2317d85992d3ed4 (diff)
downloadaur-002b0286f2dd0e169f72af96206e6af8937153e4.tar.gz
Remove i686 support
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD24
-rw-r--r--lynx_script_for_download_pegasus7
4 files changed, 9 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a93f9e5e28ce..697f2bf58498 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Mar 18 00:05:17 UTC 2018
+# Thu Apr 12 15:30:27 UTC 2018
pkgbase = lsi-openpegasus
- pkgdesc = LSI Openpegasus libs
+ pkgdesc = Openpegasus libs for LSI (Broadcom) Raid products
pkgver = 2.14.1
pkgrel = 2
url = http://www.avagotech.com/products/server-storage
- arch = i686
arch = x86_64
license = custom:TOG
makedepends = icu
diff --git a/.gitignore b/.gitignore
index 721ef3a331c4..cb2c3284fc29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,3 @@
!.SRCINFO
!PKGBUILD
!lsi-openpegasus.install
-!lynx_script_for_download_pegasus
diff --git a/PKGBUILD b/PKGBUILD
index 1883096b880b..b6531cc69bc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,26 +3,18 @@
pkgname=lsi-openpegasus
pkgver=2.14.1
pkgrel=2
-pkgdesc="LSI Openpegasus libs"
-arch=('i686' 'x86_64')
+pkgdesc="Openpegasus libs for LSI (Broadcom) Raid products"
+arch=('x86_64')
url='http://www.avagotech.com/products/server-storage'
license=('custom:TOG')
- # OpenPegasus site don't like wget/curl. :/
depends=('sqlite')
-makedepends=(
- #'lynx'
- 'icu'
+makedepends=('icu'
'openssl'
'net-snmp'
'openslp'
'setconf'
)
-# DLAGENTS=('https::/usr/bin/lynx -accept_all_cookies -cmd_script=lynx_script_for_download_pegasus %u'
-# 'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
-# )
-source=(
- #'lynx_script_for_download_pegasus' #IMPORTANT for download pegasus zip. please don't move this file to other place
- 'https://collaboration.opengroup.org/pegasus/documents/32572/pegasus-2.14.1.tar.gz'
+source=('https://collaboration.opengroup.org/pegasus/documents/32572/pegasus-2.14.1.tar.gz'
'https://src.fedoraproject.org/cgit/rpms/tog-pegasus.git/plain/pegasus-2.7.0-PIE.patch'
'https://src.fedoraproject.org/cgit/rpms/tog-pegasus.git/plain/pegasus-2.9.0-no-rpath.patch'
'https://src.fedoraproject.org/cgit/rpms/tog-pegasus.git/plain/pegasus-2.13.0-gcc5-build.patch'
@@ -60,21 +52,19 @@ prepare() {
patch -p1 -i "${srcdir}/pegasus-2.14.1-ssl-include.patch"
patch -p1 -i "${srcdir}/pegasus-2.14.1-openssl-1.1-fix.patch"
- # fix detection some libs on 32 bits
sed 's|lib64/|\$libbase/|g' -i configure
- if [ "${CARCH}" = "x86_64" ]; then
- setconf configure libbase lib
- fi
+ setconf configure libbase lib
export PEGASUS_EXTRA_C_FLAGS="${CFLAGS}"
export PEGASUS_EXTRA_CXX_FLAGS="${CXXFLAGS}"
export PEGASUS_EXTRA_PROGRAM_LINK_FLAGS="${LDFLAGS}"
+
+ ./configure
}
build() {
cd pegasus
- ./configure
make -j$(nproc) -f GNUmakefile
}
diff --git a/lynx_script_for_download_pegasus b/lynx_script_for_download_pegasus
deleted file mode 100644
index 7382aa8bc153..000000000000
--- a/lynx_script_for_download_pegasus
+++ /dev/null
@@ -1,7 +0,0 @@
-key ^J
-key D
-key Down Arrow
-key ^J
-key ^J
-key q
-key y