summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2015-05-28 13:07:38 +1000
committerJustin Dray2015-05-28 13:07:38 +1000
commit414ab311812e5672c782308f57efb55b00e89883 (patch)
tree00c5591f485bac66444924427d1017b3a0ebb9e3
downloadaur-414ab311812e5672c782308f57efb55b00e89883.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..2cdd46451a3b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = lsi-sas2ircu
+ pkgdesc = LSI cfggen utility for 2004 chipset based LSI Fusion MPT SAS devices
+ pkgver = 5.00.00.00
+ pkgrel = 2
+ url = http://www.lsi.com
+ arch = x86_64
+ arch = i686
+ license = none
+ source = https://copy.com/D1X42Cf78kCl/public/packages/lsi-sas2ircu-5.00.00.00.zip
+ md5sums = 010f2534ed0deef34da211be18203fa3
+
+pkgname = lsi-sas2ircu
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ffa792673818
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Justin Dray <justin[at]dray[dot]be>
+pkgname=lsi-sas2ircu
+pkgver=5.00.00.00
+pkgrel=2
+pkgdesc="LSI cfggen utility for 2004 chipset 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/lsi-sas2ircu-${pkgver}.zip")
+# Mirror: source=("http://www.natecarlson.com/wp-content/uploads/2010/08/FAQ_9633_SAS2IRCU_Phase_5.0-5.00.00.00.zip?84f173")
+md5sums=('010f2534ed0deef34da211be18203fa3')
+
+package() {
+ cd "${srcdir}"
+ install -Dm755 sas2ircu_linux_x86_rel/sas2ircu $pkgdir/usr/bin/sas2ircu
+}