summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2015-05-28 13:07:38 +1000
committerJustin Dray2015-05-28 13:07:38 +1000
commitce7fc0066675410269d2b08a891744130e38de64 (patch)
treebcce7c7a1df5cc6453a4b51a25da6e23fb4be45f
downloadaur-ce7fc0066675410269d2b08a891744130e38de64.tar.gz
Cleaned up organization for arch packages in prep for aur4
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD22
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c7d5241e334d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = lsi-cfggen
+ pkgdesc = LSI cfggen utility for 1064/1068 based LSI Fusion MPT SAS devices
+ pkgver = 2.10.00
+ pkgrel = 2
+ url = http://www.lsi.com
+ arch = x86_64
+ arch = i686
+ license = none
+ source = https://copy.com/D1X42Cf78kCl/public/packages/ibm_utl_mptsas_cfggen-2.10.00_linux_32-64.zip
+ md5sums = 652d81685e425dd67ebbcbd67c57eec1
+
+pkgname = lsi-cfggen
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f64c61cccbcc
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Justin Dray <justin@dray.be>
+pkgname=lsi-cfggen
+pkgver=2.10.00
+pkgrel=2
+pkgdesc="LSI cfggen utility for 1064/1068 based LSI Fusion MPT SAS devices"
+url="http://www.lsi.com"
+arch=('x86_64' 'i686')
+license=('none')
+depends=()
+optdepends=()
+makedepends=()
+conflicts=()
+replaces=()
+backup=()
+source=("https://copy.com/D1X42Cf78kCl/public/packages/ibm_utl_mptsas_cfggen-${pkgver}_linux_32-64.zip")
+#Mirror: source=("ftp://download2.boulder.ibm.com/ecc/sar/CMA/XSA/ibm_utl_mptsas_cfggen-${pkgver}_linux_32-64.zip")
+md5sums=('652d81685e425dd67ebbcbd67c57eec1')
+
+package() {
+ cd "${srcdir}"
+ install -Dm755 cfggen $pkgdir/usr/bin/cfggen
+}